Fill out the survey at 10pm!

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

Was ist Fill out the survey at 10pm!?

Fill out the survey at 10pm! ist eine Chrome-Erweiterung, die von Qianren entwickelt wurde, und ihr Hauptmerkmal ist "This extension is used to open a suvery based on google form for research study.".

Erweiterungsscreenshots

screenshot

Fill out the survey at 10pm!-Erweiterungs-CRX-Datei herunterladen

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

Grundlegende Informationen zur Erweiterung

Name Fill out the survey at 10pm! Fill out the survey at 10pm!
ID oiecmdlndnbkeonijhmdklhnfbpcjimj
Offizielle URL https://chrome.google.com/webstore/detail/oiecmdlndnbkeonijhmdklhnfbpcjimj
Beschreibung This extension is used to open a suvery based on google form for research study.
Dateigröße 6.72 KB
Installationsanzahl 27
Aktuelle Version 1.2
Letztes Update 2015-11-20
Veröffentlichungsdatum 2015-11-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Qianren
Zahlungsart free
Unterstützte Sprachen 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
}