Fill out the survey at 10pm!
This extension is used to open a suvery based on google form for research study.
什么是Fill out the survey at 10pm!?
Fill out the survey at 10pm!是由Qianren开发的Chrome扩展程序,该扩展的主要功能是“This extension is used to open a suvery based on google form for research study.”。
扩展截图
下载Fill out the survey at 10pm!扩展crx文件
下载Fill out the survey at 10pm!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is used to open a suvery based on google form for research study.
扩展基本信息
名称 | |
ID | oiecmdlndnbkeonijhmdklhnfbpcjimj |
官方URL | https://chrome.google.com/webstore/detail/oiecmdlndnbkeonijhmdklhnfbpcjimj |
简介 | This extension is used to open a suvery based on google form for research study. |
文件大小 | 6.72 KB |
安装次数 | 27 |
当前版本 | 1.2 |
更新时间 | 2015-11-20 |
上架时间 | 2015-11-20 |
评分 | 5.00/5 共1次评分 |
开发者 | Qianren |
付费类型 | free |
支持的语言 | 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 } |