Price Observatory

Extension Price Observatory

What is Price Observatory?

Price Observatory is a Chrome extension developed by https://www.price-observatory.com, and its main feature is "Extension Price Observatory".

Extension Screenshots

screenshot

Download Price Observatory Extension CRX File

Download Price Observatory extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Price Observatory Price Observatory
ID gpbiemgnfgoidjdlmecbdmgmgbcaoiak
Official URL https://chromewebstore.google.com/detail/price-observatory/gpbiemgnfgoidjdlmecbdmgmgbcaoiak
Description Extension Price Observatory
File Size 108 KB
Installation Count 299
Current Version 1.9
Last Updated 2024-02-20
Publish Date 2017-10-05
Rating 5.00/5 Total 2 Ratings
Developer https://www.price-observatory.com
Email [email protected]
Payment Type free
Extension Website https://www.price-observatory.com/
Privacy Policy Page URL https://www.price-observatory.com/fr/legal
Supported Languages 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"
        }
    ]
}