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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
    ]
}