Osclass Chrome Extension

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

Qu'est-ce que Osclass Chrome Extension ?

Osclass Chrome Extension est une extension Chrome développée par osclassapps.com, et sa fonction principale est "Get the latest classifieds ads updates & notifications right from your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Osclass Chrome Extension

Téléchargez les fichiers d'extension Osclass Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
URL Officiel https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
Description Get the latest classifieds ads updates & notifications right from your browser.
Taille du Fichier 123 KB
Nombre d'Installations 18
Version Actuelle 1.0
Dernière Mise à Jour 2016-12-25
Date de Publication 2016-12-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur osclassapps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://osclassapps.com
Langues Prises en Charge 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"
}