Purchase Advisor Extension

Use the crowd wisdom and find out where others get their purchase recommendations from.

Purchase Advisor Extension क्या है?

Purchase Advisor Extension http://purchase-advisor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the crowd wisdom and find out where others get their purchase recommendations from."।

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

screenshot

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

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

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

                        Automatically find out how other people make their shopping decisions online!
 
Love saving money and getting the best deals? Knowledge is power!
 
Use crowd wisdom to learn where others get their recommendations from and use this information to get the best deals and greatest finds.

Purchase Advisor uses crowd wisdom to improve our community members’ online research prior to making a purchase.

Our AI-powered platform analyzes browser data to bring you the most valuable tips on how and where to conduct your shopping research..                    

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

नाम Purchase Advisor Extension Purchase Advisor Extension
ID ooibdcohnglhbddamfhdmcoajkpeknme
आधिकारिक URL https://chrome.google.com/webstore/detail/purchase-advisor-extensio/ooibdcohnglhbddamfhdmcoajkpeknme
विवरण Use the crowd wisdom and find out where others get their purchase recommendations from.
फ़ाइल का आकार 4.86 MB
स्थापना संख्या 2,596
वर्तमान संस्करण 2.04
अंतिम अपडेट 2021-12-06
प्रकाशन तिथि 2020-12-24
रेटिंग 4.43/5 कुल 40 रेटिंग्स
डेवलपर http://purchase-advisor.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.purchase-advisor.com
सहायता पृष्ठ URL https://www.purchase-advisor.com/contact-us
गोपनीयता नीति पृष्ठ URL https://www.purchase-advisor.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Purchase Advisor Extension",
    "version": "2.04",
    "description": "Use the crowd wisdom and find out where others get their purchase recommendations from.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "Purchase Advisor Extension"
    },
    "permissions": [
        "storage",
        "alarms",
        "history",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "runtime.js",
            "aws.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mozilla.org\/*"
            ],
            "js": [
                "background.js",
                "runtime.js",
                "aws.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}