Wished

Wish for anything, anywhere

什麼是Wished?

Wished是由https://www.wished.online開發的Chrome擴展程式,該擴展的主要功能是“Wish for anything, anywhere”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Wished擴展crx文件

下載Wished擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Wished is your universal wishlist for all of your favourite shopping sites. 

Create multiple wishlists, share them with friends and family, and even get notified of price updates!

With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you 

Key Features:

- Easy-to-use and intuitive interface
- Compatible with any online store
- Share wishlists with friends and family
- Be notified of price drops
- Ability to add and manage unlimited items in all of your wishlists                    

擴展基本資訊

名稱 Wished Wished
ID hhnahkmehhkjemigopkkkamciojfmcbh
官方網址 https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh
簡介 Wish for anything, anywhere
檔案大小 325 KB
安裝次數 35
目前版本 1.4.1
更新時間 2023-11-19
上架時間 2021-03-12
評分 5.00/5 共 8 次評分
開發者 https://www.wished.online
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.wished.online/
說明頁面URL https://www.wished.online/
隱私政策頁面URL https://www.wished.online/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wished",
    "version": "1.4.1",
    "description": "Wish for anything, anywhere",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "96": "images\/icons\/96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.htm",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}