Fill out the survey at 10pm!

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

Apa itu Fill out the survey at 10pm!?

Fill out the survey at 10pm! adalah ekstensi Chrome yang dikembangkan oleh Qianren, dan fitur utamanya adalah "This extension is used to open a suvery based on google form for research study.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fill out the survey at 10pm!

Unduh file ekstensi Fill out the survey at 10pm! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Fill out the survey at 10pm! Fill out the survey at 10pm!
ID oiecmdlndnbkeonijhmdklhnfbpcjimj
URL Resmi https://chrome.google.com/webstore/detail/oiecmdlndnbkeonijhmdklhnfbpcjimj
Deskripsi This extension is used to open a suvery based on google form for research study.
Ukuran File 6.72 KB
Jumlah Instalasi 27
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-11-20
Tanggal Publikasi 2015-11-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Qianren
Tipe Pembayaran free
Bahasa yang Didukung 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
}