Price Observatory

Extension Price Observatory

什麼是Price Observatory?

Price Observatory是由https://www.price-observatory.com開發的Chrome擴展程式,該擴展的主要功能是“Extension Price Observatory”。

擴展截圖

screenshot

下載Price Observatory擴展crx文件

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

擴展使用說明

                        L'extension Price Observatory vous permet d'utiliser les prix relevés chez vos concurrent pour deux cas d'utilisation : 

* les afficher sur votre site lorsque vous naviguer sur vos fiches produits
* les afficher dans votre backoffice lorsque vous éditez vos fiches produit.

L'utilisation de cette extension nécessite d'avoir souscrit un abonnement à Price Observatory et d'avoir activé l'option API.                    

擴展基本資訊

名稱 Price Observatory Price Observatory
ID gpbiemgnfgoidjdlmecbdmgmgbcaoiak
官方網址 https://chromewebstore.google.com/detail/price-observatory/gpbiemgnfgoidjdlmecbdmgmgbcaoiak
簡介 Extension Price Observatory
檔案大小 108 KB
安裝次數 299
目前版本 1.9
更新時間 2024-02-20
上架時間 2017-10-05
評分 5.00/5 共 2 次評分
開發者 https://www.price-observatory.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.price-observatory.com/
隱私政策頁面URL https://www.price-observatory.com/fr/legal
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Extension Price Observatory",
    "name": "Price Observatory",
    "version": "1.9",
    "author": "Price Observatory SAS",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Price Observatory",
        "default_popup": "popupv2.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "md5.js",
            "eventPagev2.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "md5.js",
                "jquery.min.js",
                "popupv2.js"
            ],
            "run_at": "document_end"
        }
    ]
}