Piestar Autofill
An extension to autofill forms using data collected in the Piestar Reporting Hub
Piestar Autofill란 무엇입니까?
Piestar Autofill은(는) http://piestar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to autofill forms using data collected in the Piestar Reporting Hub"입니다.
Piestar Autofill 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension automatically transfers data from the Piestar Reporting Hub (https://www.piestar.com) to other online reporting systems.
확장 프로그램 기본 정보
이름 | |
ID | bkmafakclphgcfeokfphlaejckfcgmfe |
공식 URL | https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe |
설명 | An extension to autofill forms using data collected in the Piestar Reporting Hub |
파일 크기 | 52.9 KB |
설치 횟수 | 93 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2016-05-10 |
출시 날짜 | 2016-05-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://piestar.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.piestar.com/autofill |
지원되는 언어 | 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" ] } ] } |