Purchase Advisor Extension

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

Qu'est-ce que Purchase Advisor Extension ?

Purchase Advisor Extension est une extension Chrome développée par http://purchase-advisor.com, et sa fonction principale est "Use the crowd wisdom and find out where others get their purchase recommendations from.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Purchase Advisor Extension

Téléchargez les fichiers d'extension Purchase Advisor Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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..                    

Informations de Base sur l'Extension

Nom Purchase Advisor Extension Purchase Advisor Extension
ID ooibdcohnglhbddamfhdmcoajkpeknme
URL Officiel https://chrome.google.com/webstore/detail/purchase-advisor-extensio/ooibdcohnglhbddamfhdmcoajkpeknme
Description Use the crowd wisdom and find out where others get their purchase recommendations from.
Taille du Fichier 4.86 MB
Nombre d'Installations 2,596
Version Actuelle 2.04
Dernière Mise à Jour 2021-12-06
Date de Publication 2020-12-24
Évaluation 4.43/5 Total 40 Évaluations
Développeur http://purchase-advisor.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.purchase-advisor.com
URL de la Page d'Aide https://www.purchase-advisor.com/contact-us
URL de la Page de Politique de Confidentialité https://www.purchase-advisor.com/privacy-policy
Langues Prises en Charge 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]"
        }
    }
}