Can I Find It

revolutionary way to direct consumer to websites when theres is down

Can I Find It là gì?

Can I Find It là một tiện ích mở rộng Chrome được phát triển bởi uploadextsubmissions, và tính năng chính của nó là "revolutionary way to direct consumer to websites when theres is down".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Can I Find It

Tải xuống các tệp mở rộng Can I Find It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Assisting customer when sites they are searching for are not working                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Can I Find It Can I Find It
ID gfpbdckkoklobiknlodcnmggapbjgnap
URL Chính Thức https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap
Mô tả revolutionary way to direct consumer to websites when theres is down
Kích Thước Tệp 24.15 KB
Số Lần Cài Đặt 21,176
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-04-21
Ngày Phát Hành 2022-04-18
Đánh Giá 2.50/5 Tổng số 16 Đánh Giá
Nhà Phát Triển uploadextsubmissions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://canifindit.net
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}