11Sight
This extension allows you to get notifications.
Apa itu 11Sight?
11Sight adalah ekstensi Chrome yang dikembangkan oleh https://11sight.com, dan fitur utamanya adalah "This extension allows you to get notifications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 11Sight
Unduh file ekstensi 11Sight 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
This extension allows you to get notifications.
Informasi Dasar Ekstensi
Nama | 11Sight |
ID | pekiflfkkgnigmamnkficohhinpejnoa |
URL Resmi | https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa |
Deskripsi | This extension allows you to get notifications. |
Ukuran File | 64.96 KB |
Jumlah Instalasi | 261 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2022-01-27 |
Tanggal Publikasi | 2019-06-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://11sight.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "11Sight", "version": "0.4.1", "browser_action": { "default_icon": "img\/11sight-logo.png", "default_title": "11sight" }, "icons": { "128": "img\/11sight-logo.png" }, "permissions": [ "https:\/\/*.11sight.com\/", "background", "notifications", "desktopCapture" ], "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "default_locale": "en", "content_scripts": [ { "js": [ "src\/content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.11sight.com\/*" ] } ] } |