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 |
Eメール | [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 } ] } |