Osclass Chrome Extension
Get the latest classifieds ads updates & notifications right from your browser.
Apa itu Osclass Chrome Extension?
Osclass Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh osclassapps.com, dan fitur utamanya adalah "Get the latest classifieds ads updates & notifications right from your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Osclass Chrome Extension
Unduh file ekstensi Osclass Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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...
Informasi Dasar Ekstensi
Nama | Osclass Chrome Extension |
ID | dgppgdkfcogplifcnmlibblepdjngjhi |
URL Resmi | https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi |
Deskripsi | Get the latest classifieds ads updates & notifications right from your browser. |
Ukuran File | 123 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-12-25 |
Tanggal Publikasi | 2016-12-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | osclassapps.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://osclassapps.com |
Bahasa yang Didukung | 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" } |