Traxia Print Plugin
This extension will communicate with the printing client on your machine so you can print. It also keeps track of your printers.
Qu'est-ce que Traxia Print Plugin ?
Traxia Print Plugin est une extension Chrome développée par https://traxia.com, et sa fonction principale est "This extension will communicate with the printing client on your machine so you can print. It also keeps track of your printers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Traxia Print Plugin
Téléchargez les fichiers d'extension Traxia Print Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This printing extension is Intended for use only with Traxia's SimpleConsign Point of Sale service. The extension gives SimpleConsign users the ability to print labels and receipts from their Chrome web browser. You must be running the SimpleConsign web client for this extension to work. The extension is provided free of charge to Traxia users needing these features.
Informations de Base sur l'Extension
Nom | Traxia Print Plugin |
ID | oahefobeogppebdmhlijlagpainfokfh |
URL Officiel | https://chromewebstore.google.com/detail/traxia-print-plugin/oahefobeogppebdmhlijlagpainfokfh |
Description | This extension will communicate with the printing client on your machine so you can print. It also keeps track of your printers. |
Taille du Fichier | 29.03 KB |
Nombre d'Installations | 601 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2018-01-26 |
Date de Publication | 2018-01-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://traxia.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Traxia Print Plugin", "short_name": "Traxia Print", "description": "This extension will communicate with the printing client on your machine so you can print. It also keeps track of your printers.", "version": "1.0.6", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "https:\/\/test.traxia.com\/*", "https:\/\/user.traxia.com\/*" ], "js": [ "converter.js" ], "run_at": "document_start" } ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_name": "Traxia Printing", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "nativeMessaging", "https:\/\/*.traxia.com\/" ] } |