CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
CommPay for Exedeคืออะไร?
CommPay for Exede เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CommPayPro และคุณลักษณะหลักของมันคือ "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CommPay for Exede
ดาวน์โหลดไฟล์ส่วนขยาย CommPay for Exede ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
คำอธิบาย | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
ขนาดไฟล์ | 266 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 4.0 |
อัปเดตครั้งล่าสุด | 2019-12-11 |
วันที่เผยแพร่ | 2019-12-11 |
ผู้พัฒนา | CommPayPro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://www.commpaypro.com/PrivacyPolicy.aspx |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CommPay for Exede", "description": "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.", "version": "4.0", "permissions": [ "https:\/\/commpay1\/", "https:\/\/*.exede.net\/", "https:\/\/commpay.software\/" ], "background": { "scripts": [ "jquery-3.4.1.js", "jquery.base64.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.exede.net\/*" ], "js": [ "jquery-3.4.1.js", "jquery.base64.js", "commpay_exede.js" ], "all_frames": true } ] } |