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 } ] } |