Can I Find It

revolutionary way to direct consumer to websites when theres is down

Cos'è Can I Find It?

Can I Find It è un'estensione di Chrome sviluppata da uploadextsubmissions, e la sua funzione principale è "revolutionary way to direct consumer to websites when theres is down".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Can I Find It

Scarica i file di estensione Can I Find It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Assisting customer when sites they are searching for are not working                    

Informazioni di Base sull'Estensione

Nome Can I Find It Can I Find It
ID gfpbdckkoklobiknlodcnmggapbjgnap
URL Ufficiale https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap
Descrizione revolutionary way to direct consumer to websites when theres is down
Dimensione del File 24.15 KB
Conteggio Installazioni 21,176
Versione Corrente 1.1
Ultimo Aggiornamento 2022-04-21
Data di Pubblicazione 2022-04-18
Valutazione 2.50/5 Totale 16 Valutazioni
Sviluppatore uploadextsubmissions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://canifindit.net
Lingue Supportate 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:\/\/*\/*"
    ]
}