DPD Helper
A little extension that restrict DPD users for unwanted transactions.
DPD Helperคืออะไร?
DPD Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย renzlo.m และคุณลักษณะหลักของมันคือ "A little extension that restrict DPD users for unwanted transactions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DPD Helper
ดาวน์โหลดไฟล์ส่วนขยาย DPD Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will restrict the users from our company to click links that is not in the instructions resulting in unwanted charged from the client side.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ieigohfjppflacbhgmppiihffjpnccoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dpd-helper/ieigohfjppflacbhgmppiihffjpnccoi |
คำอธิบาย | A little extension that restrict DPD users for unwanted transactions. |
ขนาดไฟล์ | 22.36 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2021-06-09 |
วันที่เผยแพร่ | 2021-03-01 |
ผู้พัฒนา | renzlo.m |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DPD Helper", "description": "A little extension that restrict DPD users for unwanted transactions.", "version": "1.0.4", "manifest_version": 2, "icons": { "16": ".\/16x16.png", "32": ".\/32x32.png", "48": ".\/48x48.png", "64": ".\/64x64.png", "128": ".\/128x128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "options_page": ".\/options.html", "browser_action": { "default_popup": "popup.html", "default_icon": ".\/32x32.png" }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "https:\/\/dpd.dc.aeb.com\/*" ] } |