Price Guard Extension
Price Guard browser extension
ما هو Price Guard Extension؟
Price Guard Extension هو إضافة Chrome تم تطويرها بواسطة https://priceguard.com.au، والميزة الرئيسية لها هي "Price Guard browser extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Price Guard Extension
قم بتنزيل ملفات الامتداد Price Guard Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension for your priceguard.com.au account. This extension adds convenient functionality when visiting relevant pages.
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة المساعدة | 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": [ " |