Todoist for Everything
Todoist Extension for reporting tasks from common tools like Gmail, Slack, Jira, Confluence and any generic website.
Что такое Todoist for Everything?
Todoist for Everything - это расширение Chrome, разработанное Jan Skrabal, и его основная функция - "Todoist Extension for reporting tasks from common tools like Gmail, Slack, Jira, Confluence and any generic website.".
Снимки экрана расширения
Скачать файл CRX расширения Todoist for Everything
Скачайте файлы расширений Todoist for Everything в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Todoist Extension for reporting tasks from any website with extended support for tools like Gmail, Slack, Jira and Confluence. More details can be found at https://github.com/Skamaniak/TodoistChromeExtension/wiki. Some icons were made by Smashicons (https://www.flaticon.com/authors/smashicons).
Основная информация о расширении
Название | Todoist for Everything |
ID | olbmolkpipedecpbmkmobdadpkbdgkkc |
Официальный URL | https://chromewebstore.google.com/detail/todoist-for-everything/olbmolkpipedecpbmkmobdadpkbdgkkc |
Описание | Todoist Extension for reporting tasks from common tools like Gmail, Slack, Jira, Confluence and any generic website. |
Размер файла | 119 KB |
Количество установок | 191 |
Текущая Версия | 1.3.2 |
Последнее Обновление | 2022-10-11 |
Дата публикации | 2020-04-14 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Jan Skrabal |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Skamaniak/TodoistChromeExtension |
URL страницы помощи | https://github.com/Skamaniak/TodoistChromeExtension |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Todoist for Everything", "version": "1.3.2", "description": "Todoist Extension for reporting tasks from common tools like Gmail, Slack, Jira, Confluence and any generic website.", "permissions": [ "storage", "activeTab", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "background": { "scripts": [ "scripts\/logger.js", "scripts\/configStoreMigration.js", "scripts\/configStoreApi.js", "scripts\/messageBus.js", "scripts\/backend\/pluginIconController.js", "scripts\/backend\/contentScriptInjector.js", "scripts\/backend\/alertManager.js", "scripts\/backend\/todoistClient.js", "scripts\/backend\/todoistTaskFormatter.js", "scripts\/backend\/todoistProjectProvider.js", "scripts\/backend\/backend.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |