Swish - Smart & Easy Wishlists

Swish - Smart & Easy Wishlists

Swish - Smart & Easy Wishlists là gì?

Swish - Smart & Easy Wishlists là một tiện ích mở rộng Chrome được phát triển bởi https://swishapp.io, và tính năng chính của nó là "Swish - Smart & Easy Wishlists".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swish - Smart & Easy Wishlists

Tải xuống các tệp mở rộng Swish - Smart & Easy Wishlists 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

                        Swish is an easy to use Google Chrome Extension that helps you manage your wishlists, set reminders and share with friends.

With Swish on your browser, you can :
✅ Add, delete and manage multiple wishlists
✅ Add any product to your wishlist with a single click
✅ Define and manage your reminders
✅ Share your discoveries with your friends

🔐Your data is safe :
Swish will record you wishes on your browser cookies so no information is sent to external servers.

❤️No ads, and the app is 100% Free :
We only earn a small commission from the products you buy using the app. You'll never be annoyed by ads and the app will always be free.

Works on Amazon. Many new platforms will be added in the upcoming updates.                    

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

Tên Swish - Smart & Easy Wishlists Swish - Smart & Easy Wishlists
ID affdddkoiofofhgjghnlgcbnpibegdnc
URL Chính Thức https://chromewebstore.google.com/detail/swish-smart-easy-wishlist/affdddkoiofofhgjghnlgcbnpibegdnc
Mô tả Swish - Smart & Easy Wishlists
Kích Thước Tệp 309 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2021-12-21
Ngày Phát Hành 2021-12-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://swishapp.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://swishapp.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swish - Smart & Easy Wishlists",
    "description": "Swish - Smart & Easy Wishlists",
    "short_name": "SwishChrome",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/logo_png.png",
        "48": "assets\/images\/logo_png.png",
        "128": "assets\/images\/logo_png.png"
    },
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "notifications"
    ],
    "background": {
        "page": "\/views\/background.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo_png.png",
        "default_popup": "\/views\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "js\/common\/jquery-3.3.1.min.js",
                "js\/view-js\/swish.js"
            ],
            "run_at": "document_start"
        }
    ]
}