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 |
官方網址 | 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 } |