GoWish

App to add wishes to Gowish from any store page

GoWish क्या है?

GoWish Gowish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "App to add wishes to Gowish from any store page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GoWish एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GoWish GoWish
ID jiiomokeoghcjdceomdhijobcheodcnl
आधिकारिक URL https://chromewebstore.google.com/detail/gowish/jiiomokeoghcjdceomdhijobcheodcnl
विवरण App to add wishes to Gowish from any store page
फ़ाइल का आकार 20.41 KB
स्थापना संख्या 582
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2023-02-17
प्रकाशन तिथि 2022-09-30
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Gowish
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gowish.com
समर्थित भाषाएँ 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"
    }
}