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 |
官方URL | 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 } ] } |