Fill out the survey at 10pm!

This extension is used to open a suvery based on google form for research study.

Cos'è Fill out the survey at 10pm!?

Fill out the survey at 10pm! è un'estensione di Chrome sviluppata da Qianren, e la sua funzione principale è "This extension is used to open a suvery based on google form for research study.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fill out the survey at 10pm!

Scarica i file di estensione Fill out the survey at 10pm! 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 is used to open a suvery based on google form for research study.                    

Informazioni di Base sull'Estensione

Nome Fill out the survey at 10pm! Fill out the survey at 10pm!
ID oiecmdlndnbkeonijhmdklhnfbpcjimj
URL Ufficiale https://chrome.google.com/webstore/detail/oiecmdlndnbkeonijhmdklhnfbpcjimj
Descrizione This extension is used to open a suvery based on google form for research study.
Dimensione del File 6.72 KB
Conteggio Installazioni 27
Versione Corrente 1.2
Ultimo Aggiornamento 2015-11-20
Data di Pubblicazione 2015-11-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Qianren
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fill out the survey at 10pm!",
    "description": "",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "email.png",
        "default_title": "Click here at 10pm!"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        "email.png"
    ],
    "version": "1.2",
    "manifest_version": 2
}