Can I Find It

revolutionary way to direct consumer to websites when theres is down

Vad är Can I Find It?

Can I Find It är en Chrome-tillägg utvecklad av uploadextsubmissions, och dess huvudfunktion är "revolutionary way to direct consumer to websites when theres is down".

Tilläggsskärmbilder

screenshot

Ladda ner Can I Find It-förlängningens CRX-fil

Ladda ner Can I Find It-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Assisting customer when sites they are searching for are not working                    

Grundläggande Information om Tillägg

Namn Can I Find It Can I Find It
ID gfpbdckkoklobiknlodcnmggapbjgnap
Officiell webbadress https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap
Beskrivning revolutionary way to direct consumer to websites when theres is down
Filstorlek 24.15 KB
Antal Installationer 21,176
Aktuell Version 1.1
Senast Uppdaterad 2022-04-21
Publiceringsdatum 2022-04-18
Betyg 2.50/5 Totalt 16 Betyg
Utvecklare uploadextsubmissions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://canifindit.net
Stödda Språk 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:\/\/*\/*"
    ]
}