Osclass Chrome Extension

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

Cos'è Osclass Chrome Extension?

Osclass Chrome Extension è un'estensione di Chrome sviluppata da osclassapps.com, e la sua funzione principale è "Get the latest classifieds ads updates & notifications right from your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Osclass Chrome Extension

Scarica i file di estensione Osclass Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
URL Ufficiale https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
Descrizione Get the latest classifieds ads updates & notifications right from your browser.
Dimensione del File 123 KB
Conteggio Installazioni 18
Versione Corrente 1.0
Ultimo Aggiornamento 2016-12-25
Data di Pubblicazione 2016-12-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore osclassapps.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://osclassapps.com
Lingue Supportate 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"
}