Piestar Autofill

An extension to autofill forms using data collected in the Piestar Reporting Hub

Vad är Piestar Autofill?

Piestar Autofill är en Chrome-tillägg utvecklad av http://piestar.com, och dess huvudfunktion är "An extension to autofill forms using data collected in the Piestar Reporting Hub".

Ladda ner Piestar Autofill-förlängningens CRX-fil

Ladda ner Piestar Autofill-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Piestar Autofill Piestar Autofill
ID bkmafakclphgcfeokfphlaejckfcgmfe
Officiell webbadress https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe
Beskrivning An extension to autofill forms using data collected in the Piestar Reporting Hub
Filstorlek 52.9 KB
Antal Installationer 93
Aktuell Version 1.0.6
Senast Uppdaterad 2016-05-10
Publiceringsdatum 2016-05-10
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://piestar.com
Betalningssätt free
Tilläggswebbplats https://www.piestar.com/autofill
Stödda Språk 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"
            ]
        }
    ]
}