Osclass Chrome Extension
Get the latest classifieds ads updates & notifications right from your browser.
Was ist Osclass Chrome Extension?
Osclass Chrome Extension ist eine Chrome-Erweiterung, die von osclassapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Get the latest classifieds ads updates & notifications right from your browser.".
Erweiterungsscreenshots
Osclass Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Osclass Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Get the latest classifieds ads updates & notifications right from your browser. Choose categories you're interested in, turn notifications on and off for certain categories and more. This is a demo extension for osclass, you can buy your own extension from our site http://osclassapps.com This extension will work with any osclass themes, bender, neutron etc...
Grundlegende Informationen zur Erweiterung
Name | Osclass Chrome Extension |
ID | dgppgdkfcogplifcnmlibblepdjngjhi |
Offizielle URL | https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi |
Beschreibung | Get the latest classifieds ads updates & notifications right from your browser. |
Dateigröße | 123 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-12-25 |
Veröffentlichungsdatum | 2016-12-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | osclassapps.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://osclassapps.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Osclass Chrome Extension", "description": "Get the latest classifieds ads updates & notifications right from your browser.", "background": { "page": "background.html" }, "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "alarms", "notifications", "*:\/\/*\/*" ], "version": "1.0" } |