Osclass Chrome Extension

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

What is Osclass Chrome Extension?

Osclass Chrome Extension is a Chrome extension developed by osclassapps.com, and its main feature is "Get the latest classifieds ads updates & notifications right from your browser.".

Extension Screenshots

screenshot
screenshot

Download Osclass Chrome Extension Extension CRX File

Download Osclass Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
Official URL https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
Description Get the latest classifieds ads updates & notifications right from your browser.
File Size 123 KB
Installation Count 18
Current Version 1.0
Last Updated 2016-12-25
Publish Date 2016-12-23
Rating 5.00/5 Total 1 Ratings
Developer osclassapps.com
Email [email protected]
Payment Type free
Extension Website http://osclassapps.com
Supported Languages 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"
}