Osclass Chrome Extension

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

Vad är Osclass Chrome Extension?

Osclass Chrome Extension är en Chrome-tillägg utvecklad av osclassapps.com, och dess huvudfunktion är "Get the latest classifieds ads updates & notifications right from your browser.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Osclass Chrome Extension-förlängningens CRX-fil

Ladda ner Osclass Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
Officiell webbadress https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
Beskrivning Get the latest classifieds ads updates & notifications right from your browser.
Filstorlek 123 KB
Antal Installationer 18
Aktuell Version 1.0
Senast Uppdaterad 2016-12-25
Publiceringsdatum 2016-12-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare osclassapps.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://osclassapps.com
Stödda Språk 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"
}