Fill out the survey at 10pm!
This extension is used to open a suvery based on google form for research study.
Co to jest Fill out the survey at 10pm!?
Fill out the survey at 10pm! to rozszerzenie Chrome opracowane przez Qianren, a jego główną funkcją jest „This extension is used to open a suvery based on google form for research study.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fill out the survey at 10pm!
Pobierz pliki rozszerzeń Fill out the survey at 10pm! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension is used to open a suvery based on google form for research study.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oiecmdlndnbkeonijhmdklhnfbpcjimj |
Oficjalny URL | https://chrome.google.com/webstore/detail/oiecmdlndnbkeonijhmdklhnfbpcjimj |
Opis | This extension is used to open a suvery based on google form for research study. |
Rozmiar pliku | 6.72 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-11-20 |
Data Publikacji | 2015-11-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Qianren |
Typ Płatności | free |
Obsługiwane Języki | 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 } |