Can I Find It
revolutionary way to direct consumer to websites when theres is down
Qu'est-ce que Can I Find It ?
Can I Find It est une extension Chrome développée par uploadextsubmissions, et sa fonction principale est "revolutionary way to direct consumer to websites when theres is down".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Can I Find It
Téléchargez les fichiers d'extension Can I Find It au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Assisting customer when sites they are searching for are not working
Informations de Base sur l'Extension
Nom | |
ID | gfpbdckkoklobiknlodcnmggapbjgnap |
URL Officiel | https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap |
Description | revolutionary way to direct consumer to websites when theres is down |
Taille du Fichier | 24.15 KB |
Nombre d'Installations | 21,176 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-04-21 |
Date de Publication | 2022-04-18 |
Évaluation | 2.50/5 Total 16 Évaluations |
Développeur | uploadextsubmissions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://canifindit.net |
Langues Prises en Charge | 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:\/\/*\/*" ] } |