CommPay for DIRECTV
This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
什麼是CommPay for DIRECTV?
CommPay for DIRECTV是由CommPayPro開發的Chrome擴展程式,該擴展的主要功能是“This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.”。
下載CommPay for DIRECTV擴展crx文件
下載CommPay for DIRECTV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | CommPay for DIRECTV |
ID | fgmgieboncjcomoodgaomaoangigahkk |
官方網址 | https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk |
簡介 | This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale. |
檔案大小 | 178 KB |
安裝次數 | 278 |
目前版本 | 2.9 |
更新時間 | 2016-06-13 |
上架時間 | 2016-06-13 |
評分 | 4.33/5 共 3 次評分 |
開發者 | 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 DIRECTV", "description": "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.", "version": "2.9", "content_scripts": [ { "matches": [ "https:\/\/retailer.directv.com\/NASApp\/directv\/*", "https:\/\/dealercenter.brandmuscle.net\/*" ], "js": [ "jquery-1.11.2.js", "jquery.base64.js", "commpay_dtv.js" ], "all_frames": true } ] } |