Can I Find It

revolutionary way to direct consumer to websites when theres is down

ما هو Can I Find It؟

Can I Find It هو إضافة Chrome تم تطويرها بواسطة uploadextsubmissions، والميزة الرئيسية لها هي "revolutionary way to direct consumer to websites when theres is down".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Can I Find It

قم بتنزيل ملفات الامتداد Can I Find It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Assisting customer when sites they are searching for are not working                    

معلومات أساسية عن التمديد

الاسم Can I Find It Can I Find It
ID gfpbdckkoklobiknlodcnmggapbjgnap
عنوان URL الرسمي https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap
الوصف revolutionary way to direct consumer to websites when theres is down
حجم الملف 24.15 KB
عدد التثبيتات 21,176
النسخة الحالية 1.1
آخر تحديث 2022-04-21
تاريخ النشر 2022-04-18
تقييم 2.50/5 مجموع تقييمات 16
المطور uploadextsubmissions
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://canifindit.net
اللغات المدعومة 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:\/\/*\/*"
    ]
}