Piestar Autofill
An extension to autofill forms using data collected in the Piestar Reporting Hub
Co to jest Piestar Autofill?
Piestar Autofill to rozszerzenie Chrome opracowane przez http://piestar.com, a jego główną funkcją jest „An extension to autofill forms using data collected in the Piestar Reporting Hub”.
Pobierz plik CRX rozszerzenia Piestar Autofill
Pobierz pliki rozszerzeń Piestar Autofill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension automatically transfers data from the Piestar Reporting Hub (https://www.piestar.com) to other online reporting systems.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bkmafakclphgcfeokfphlaejckfcgmfe |
Oficjalny URL | https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe |
Opis | An extension to autofill forms using data collected in the Piestar Reporting Hub |
Rozmiar pliku | 52.9 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2016-05-10 |
Data Publikacji | 2016-05-10 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | http://piestar.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.piestar.com/autofill |
Obsługiwane Języki | 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" ] } ] } |