GoWish

App to add wishes to Gowish from any store page

GoWish là gì?

GoWish là một tiện ích mở rộng Chrome được phát triển bởi Gowish, và tính năng chính của nó là "App to add wishes to Gowish from any store page".

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

screenshot
screenshot
screenshot

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

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

                        The GoWish Chrome extension allows you to quickly add all your favorite products to a wishlist, no matter what store you are visiting or what products you dream to get. Simply find a product you like, press the wish extension button and add it to your wishlists so your friends and loved ones know what you are wishing for.                    

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

Tên GoWish GoWish
ID jiiomokeoghcjdceomdhijobcheodcnl
URL Chính Thức https://chromewebstore.google.com/detail/gowish/jiiomokeoghcjdceomdhijobcheodcnl
Mô tả App to add wishes to Gowish from any store page
Kích Thước Tệp 20.41 KB
Số Lần Cài Đặt 582
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-02-17
Ngày Phát Hành 2022-09-30
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Gowish
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gowish.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoWish",
    "version": "0.0.2",
    "description": "App to add wishes to Gowish from any store page",
    "author": "GoWish",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "GoWish"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}