Osclass Chrome Extension
Get the latest classifieds ads updates & notifications right from your browser.
Osclass Chrome Extension là gì?
Osclass Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi osclassapps.com, và tính năng chính của nó là "Get the latest classifieds ads updates & notifications right from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Osclass Chrome Extension
Tải xuống các tệp mở rộng Osclass Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Osclass Chrome Extension |
ID | dgppgdkfcogplifcnmlibblepdjngjhi |
URL Chính Thức | https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi |
Mô tả | Get the latest classifieds ads updates & notifications right from your browser. |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-12-25 |
Ngày Phát Hành | 2016-12-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | osclassapps.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://osclassapps.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |