Can I Find It
revolutionary way to direct consumer to websites when theres is down
什麼是Can I Find It?
Can I Find It是由uploadextsubmissions開發的Chrome擴展程式,該擴展的主要功能是“revolutionary way to direct consumer to websites when theres is down”。
擴展截圖
下載Can I Find It擴展crx文件
下載Can I Find It擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Assisting customer when sites they are searching for are not working
擴展基本資訊
名稱 | |
ID | gfpbdckkoklobiknlodcnmggapbjgnap |
官方網址 | https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap |
簡介 | revolutionary way to direct consumer to websites when theres is down |
檔案大小 | 24.15 KB |
安裝次數 | 21,176 |
目前版本 | 1.1 |
更新時間 | 2022-04-21 |
上架時間 | 2022-04-18 |
評分 | 2.50/5 共 16 次評分 |
開發者 | uploadextsubmissions |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://canifindit.net |
支援的語言 | 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:\/\/*\/*" ] } |