Price Guard Extension

Price Guard browser extension

Price Guard Extensionคืออะไร?

Price Guard Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://priceguard.com.au และคุณลักษณะหลักของมันคือ "Price Guard browser extension"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Price Guard Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chrome extension for your priceguard.com.au account. This extension adds convenient  functionality when visiting relevant pages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Price Guard Extension Price Guard Extension
ID clnghlfmdlkjjbigccebpfjlplgjdanh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/price-guard-extension/clnghlfmdlkjjbigccebpfjlplgjdanh
คำอธิบาย Price Guard browser extension
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2023-06-17
วันที่เผยแพร่ 2020-06-22
ผู้พัฒนา https://priceguard.com.au
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://priceguard.com.au
URL หน้าช่วยเหลือ https://priceguard.com.au
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Price Guard Extension",
    "description": "Price Guard browser extension",
    "version": "1.0.6",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/pg-ext_16.png",
        "48": "icons\/pg-ext_48.png",
        "128": "icons\/pg-ext_128.png"
    },
    "browser_action": {
        "default_title": "price-guard-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.priceguard.com.au\/*",
            "*:\/\/*.priceguard.test\/*"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "",
        "storage",
        "activeTab"
    ]
}