Missing Shop

Provides different shopping options if the online store the user is trying to find is missing.

Missing Shop là gì?

Missing Shop là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Provides different shopping options if the online store the user is trying to find is missing.".

Ả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 Missing Shop

Tải xuống các tệp mở rộng Missing Shop 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

                        Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error.                    

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

Tên Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
URL Chính Thức https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Mô tả Provides different shopping options if the online store the user is trying to find is missing.
Kích Thước Tệp 8.33 KB
Số Lần Cài Đặt 12,013
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-22
Ngày Phát Hành 2022-04-22
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://missing-shop.com
URL Trang Trợ Giúp https://missing-shop.com/?a=about
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Matt H",
    "name": "Missing Shop",
    "short_name": "Missing Shop",
    "homepage_url": "https:\/\/missing-shop.com",
    "description": "Provides different shopping options if the online store the user is trying to find is missing.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}