Osclass Chrome Extension

Get the latest classifieds ads updates & notifications right from your browser.

Co je Osclass Chrome Extension?

Osclass Chrome Extension je rozšíření Chrome vyvinuté osclassapps.com, a jeho hlavní funkcí je „Get the latest classifieds ads updates & notifications right from your browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Osclass Chrome Extension

Stáhněte si soubory rozšíření Osclass Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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...                    

Základní Informace o Rozšíření

Název Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
Oficiální URL https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
Popis Get the latest classifieds ads updates & notifications right from your browser.
Velikost souboru 123 KB
Počet instalací 18
Aktuální Verze 1.0
Poslední Aktualizace 2016-12-25
Datum Vydání 2016-12-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář osclassapps.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://osclassapps.com
Podporované Jazyky 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"
}