Piestar Autofill

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

Was ist Piestar Autofill?

Piestar Autofill ist eine Chrome-Erweiterung, die von http://piestar.com entwickelt wurde, und ihr Hauptmerkmal ist "An extension to autofill forms using data collected in the Piestar Reporting Hub".

Piestar Autofill-Erweiterungs-CRX-Datei herunterladen

Laden Sie Piestar Autofill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Piestar Autofill Piestar Autofill
ID bkmafakclphgcfeokfphlaejckfcgmfe
Offizielle URL https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe
Beschreibung An extension to autofill forms using data collected in the Piestar Reporting Hub
Dateigröße 52.9 KB
Installationsanzahl 93
Aktuelle Version 1.0.6
Letztes Update 2016-05-10
Veröffentlichungsdatum 2016-05-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://piestar.com
Zahlungsart free
Erweiterungswebsite https://www.piestar.com/autofill
Unterstützte Sprachen 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"
            ]
        }
    ]
}