Osclass Chrome Extension

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

Co to jest Osclass Chrome Extension?

Osclass Chrome Extension to rozszerzenie Chrome opracowane przez osclassapps.com, a jego główną funkcją jest „Get the latest classifieds ads updates & notifications right from your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Osclass Chrome Extension

Pobierz pliki rozszerzeń Osclass Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
Oficjalny URL https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
Opis Get the latest classifieds ads updates & notifications right from your browser.
Rozmiar pliku 123 KB
Liczba instalacji 18
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-12-25
Data Publikacji 2016-12-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper osclassapps.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://osclassapps.com
Obsługiwane Języki 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"
}