Piestar Autofill
An extension to autofill forms using data collected in the Piestar Reporting Hub
Qu'est-ce que Piestar Autofill ?
Piestar Autofill est une extension Chrome développée par http://piestar.com, et sa fonction principale est "An extension to autofill forms using data collected in the Piestar Reporting Hub".
Télécharger le fichier CRX de l'extension Piestar Autofill
Téléchargez les fichiers d'extension Piestar Autofill 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 extension automatically transfers data from the Piestar Reporting Hub (https://www.piestar.com) to other online reporting systems.
Informations de Base sur l'Extension
Nom | |
ID | bkmafakclphgcfeokfphlaejckfcgmfe |
URL Officiel | https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe |
Description | An extension to autofill forms using data collected in the Piestar Reporting Hub |
Taille du Fichier | 52.9 KB |
Nombre d'Installations | 93 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2016-05-10 |
Date de Publication | 2016-05-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://piestar.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.piestar.com/autofill |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Piestar Autofill", "version": "1.0.6", "manifest_version": 2, "description": "An extension to autofill forms using data collected in the Piestar Reporting Hub", "homepage_url": "https:\/\/www.piestar.com\/autofill", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/jquery.min.js", "src\/piestar-autofill.js" ] }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "47.0a2" } }, "permissions": [ "http:\/\/*.vagrant\/*", "https:\/\/*.vagrant\/*", "https:\/\/*.piestar.com\/*", "https:\/\/www.usaid.gov\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.usaid.gov\/data\/DDLSubmissions" ], "css": [ "src\/piestar-usaid-ddl-autofill.css" ], "js": [ "src\/jquery.min.js", "src\/piestar-usaid-ddl-autofill.js" ] }, { "matches": [ "http:\/\/*.vagrant\/*\/data_management", "https:\/\/*.piestar.com\/*\/data_management" ], "css": [ "src\/piestar-data-management.css" ], "js": [ "src\/jquery.min.js", "src\/piestar-data-management.js" ] } ] } |