Osclass Chrome Extension

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

Τι είναι το Osclass Chrome Extension;

Το Osclass Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον osclassapps.com, και η κύρια λειτουργία του είναι "Get the latest classifieds ads updates & notifications right from your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Osclass Chrome Extension

Λήψη αρχείων επέκτασης Osclass Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Osclass Chrome Extension Osclass Chrome Extension
ID dgppgdkfcogplifcnmlibblepdjngjhi
Επίσημο URL https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi
Περιγραφή Get the latest classifieds ads updates & notifications right from your browser.
Μέγεθος Αρχείου 123 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-12-25
Ημερομηνία Δημοσίευσης 2016-12-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής osclassapps.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://osclassapps.com
Υποστηριζόμενες Γλώσσες 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"
}