Osclass Chrome Extension
Get the latest classifieds ads updates & notifications right from your browser.
Wat is Osclass Chrome Extension?
Osclass Chrome Extension is een Chrome-extensie ontwikkeld door osclassapps.com, en de belangrijkste functie is "Get the latest classifieds ads updates & notifications right from your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Osclass Chrome Extension
Download Osclass Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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...                     Basisinformatie over de Extensie
| Naam |   |  
| ID | dgppgdkfcogplifcnmlibblepdjngjhi | 
| Officiële URL | https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi | 
| Beschrijving | Get the latest classifieds ads updates & notifications right from your browser. | 
| Bestandsgrootte | 123 KB | 
| Aantal Installaties | 18 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2016-12-25 | 
| Publicatiedatum | 2016-12-23 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | osclassapps.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | http://osclassapps.com | 
| Ondersteunde Talen | 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"
}  |  |