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 |
公式URL | 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 |
Eメール | [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:\/\/*\/*" ] } |