Price Observatory

Extension Price Observatory

Price Observatoryคืออะไร?

Price Observatory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.price-observatory.com และคุณลักษณะหลักของมันคือ "Extension Price Observatory"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Observatory

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}