Piestar Autofill

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

Cos'è Piestar Autofill?

Piestar Autofill è un'estensione di Chrome sviluppata da http://piestar.com, e la sua funzione principale è "An extension to autofill forms using data collected in the Piestar Reporting Hub".

Scarica il file CRX dell'estensione Piestar Autofill

Scarica i file di estensione Piestar Autofill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Piestar Autofill Piestar Autofill
ID bkmafakclphgcfeokfphlaejckfcgmfe
URL Ufficiale https://chrome.google.com/webstore/detail/piestar-autofill/bkmafakclphgcfeokfphlaejckfcgmfe
Descrizione An extension to autofill forms using data collected in the Piestar Reporting Hub
Dimensione del File 52.9 KB
Conteggio Installazioni 93
Versione Corrente 1.0.6
Ultimo Aggiornamento 2016-05-10
Data di Pubblicazione 2016-05-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://piestar.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.piestar.com/autofill
Lingue Supportate 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"
            ]
        }
    ]
}