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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |