Can I Find It
revolutionary way to direct consumer to websites when theres is down
Wat is Can I Find It?
Can I Find It is een Chrome-extensie ontwikkeld door uploadextsubmissions, en de belangrijkste functie is "revolutionary way to direct consumer to websites when theres is down".
Extensie Screenshots
Download het CRX-bestand van de extensie Can I Find It
Download Can I Find It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Assisting customer when sites they are searching for are not working
Basisinformatie over de Extensie
Naam | |
ID | gfpbdckkoklobiknlodcnmggapbjgnap |
Officiële URL | https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap |
Beschrijving | revolutionary way to direct consumer to websites when theres is down |
Bestandsgrootte | 24.15 KB |
Aantal Installaties | 21,176 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-04-21 |
Publicatiedatum | 2022-04-18 |
Beoordeling | 2.50/5 Totaal 16 Beoordelingen |
Ontwikkelaar | uploadextsubmissions |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://canifindit.net |
Ondersteunde Talen | 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:\/\/*\/*" ] } |