Osclass Chrome Extension

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

什麼是Osclass Chrome Extension?

Osclass Chrome Extension是由osclassapps.com開發的Chrome擴展程式,該擴展的主要功能是“Get the latest classifieds ads updates & notifications right from your browser.”。

擴展截圖

screenshot
screenshot

下載Osclass Chrome Extension擴展crx文件

下載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
官方網址 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"
}