Can I Find It
revolutionary way to direct consumer to websites when theres is down
What is Can I Find It?
Can I Find It is a Chrome extension developed by uploadextsubmissions, and its main feature is "revolutionary way to direct consumer to websites when theres is down".
Extension Screenshots
Download Can I Find It Extension CRX File
Download Can I Find It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Assisting customer when sites they are searching for are not working
Extension Basic Information
Name | |
ID | gfpbdckkoklobiknlodcnmggapbjgnap |
Official URL | https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap |
Description | revolutionary way to direct consumer to websites when theres is down |
File Size | 24.15 KB |
Installation Count | 21,176 |
Current Version | 1.1 |
Last Updated | 2022-04-21 |
Publish Date | 2022-04-18 |
Rating | 2.50/5 Total 16 Ratings |
Developer | uploadextsubmissions |
[email protected] | |
Payment Type | free |
Extension Website | https://canifindit.net |
Supported Languages | 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:\/\/*\/*" ] } |