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文件

下載Piestar Autofill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension automatically transfers data from the Piestar Reporting Hub (https://www.piestar.com)
to other online reporting systems.                    

擴展基本資訊

名稱 Piestar Autofill Piestar Autofill
ID bkmafakclphgcfeokfphlaejckfcgmfe
官方網址 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"
            ]
        }
    ]
}