Can I Find It
revolutionary way to direct consumer to websites when theres is down
Apa itu Can I Find It?
Can I Find It adalah ekstensi Chrome yang dikembangkan oleh uploadextsubmissions, dan fitur utamanya adalah "revolutionary way to direct consumer to websites when theres is down".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Can I Find It
Unduh file ekstensi Can I Find It 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
Assisting customer when sites they are searching for are not working
Informasi Dasar Ekstensi
Nama | |
ID | gfpbdckkoklobiknlodcnmggapbjgnap |
URL Resmi | https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap |
Deskripsi | revolutionary way to direct consumer to websites when theres is down |
Ukuran File | 24.15 KB |
Jumlah Instalasi | 21,176 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-04-21 |
Tanggal Publikasi | 2022-04-18 |
Penilaian | 2.50/5 Total 16 Penilaian |
Pengembang | uploadextsubmissions |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://canifindit.net |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jake L", "name": "Can I Find It", "short_name": "Can I Find It", "homepage_url": "https:\/\/canifindit.net", "description": "revolutionary way to direct consumer to websites when theres is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |