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開發的Chrome擴展程式,該擴展的主要功能是“Use the crowd wisdom and find out where others get their purchase recommendations from.”。

擴展截圖

screenshot

下載Purchase Advisor Extension擴展crx文件

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

擴展使用說明

                        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
官方網址 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]"
        }
    }
}