CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
CommPay for Exede là gì?
CommPay for Exede là một tiện ích mở rộng Chrome được phát triển bởi CommPayPro, và tính năng chính của nó là "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CommPay for Exede
Tải xuống các tệp mở rộng CommPay for Exede dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
URL Chính Thức | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
Mô tả | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
Kích Thước Tệp | 266 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2019-12-11 |
Ngày Phát Hành | 2019-12-11 |
Nhà Phát Triển | CommPayPro |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.commpaypro.com/PrivacyPolicy.aspx |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |