Osclass Chrome Extension
Get the latest classifieds ads updates & notifications right from your browser.
Hvad er Osclass Chrome Extension?
Osclass Chrome Extension er en Chrome-udvidelse udviklet af osclassapps.com, og dens hovedfunktion er "Get the latest classifieds ads updates & notifications right from your browser.".
Udvidelsesskærmbilleder
Download Osclass Chrome Extension-udvidelses-CRX-fil
Download Osclass Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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...
Grundlæggende oplysninger om udvidelsen
Navn | Osclass Chrome Extension |
ID | dgppgdkfcogplifcnmlibblepdjngjhi |
Officiel URL | https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi |
Beskrivelse | Get the latest classifieds ads updates & notifications right from your browser. |
Filstørrelse | 123 KB |
Antal Installationer | 18 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-12-25 |
Udgivelsesdato | 2016-12-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | osclassapps.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://osclassapps.com |
Understøttede Sprog | 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" } |