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 } |