Fill out the survey at 10pm!
This extension is used to open a suvery based on google form for research study.
What is Fill out the survey at 10pm!?
Fill out the survey at 10pm! is a Chrome extension developed by Qianren, and its main feature is "This extension is used to open a suvery based on google form for research study.".
Extension Screenshots
Download Fill out the survey at 10pm! Extension CRX File
Download Fill out the survey at 10pm! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is used to open a suvery based on google form for research study.
Extension Basic Information
Name | |
ID | oiecmdlndnbkeonijhmdklhnfbpcjimj |
Official URL | https://chrome.google.com/webstore/detail/oiecmdlndnbkeonijhmdklhnfbpcjimj |
Description | This extension is used to open a suvery based on google form for research study. |
File Size | 6.72 KB |
Installation Count | 27 |
Current Version | 1.2 |
Last Updated | 2015-11-20 |
Publish Date | 2015-11-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Qianren |
Payment Type | free |
Supported Languages | 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 } |