Price Observatory

Extension Price Observatory

Vad är Price Observatory?

Price Observatory är en Chrome-tillägg utvecklad av https://www.price-observatory.com, och dess huvudfunktion är "Extension Price Observatory".

Tilläggsskärmbilder

screenshot

Ladda ner Price Observatory-förlängningens CRX-fil

Ladda ner Price Observatory-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Price Observatory Price Observatory
ID gpbiemgnfgoidjdlmecbdmgmgbcaoiak
Officiell webbadress https://chromewebstore.google.com/detail/price-observatory/gpbiemgnfgoidjdlmecbdmgmgbcaoiak
Beskrivning Extension Price Observatory
Filstorlek 108 KB
Antal Installationer 299
Aktuell Version 1.9
Senast Uppdaterad 2024-02-20
Publiceringsdatum 2017-10-05
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.price-observatory.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.price-observatory.com/
URL till Sekretesspolicy Sidan https://www.price-observatory.com/fr/legal
Stödda Språk 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"
        }
    ]
}