7todos

7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.

Что такое 7todos?

7todos - это расширение Chrome, разработанное https://7todos.com, и его основная функция - "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения 7todos

Скачайте файлы расширений 7todos в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The 7todos extension to the web app. 

Use the 7todos extension to to easily access your tasks within your browser. 

Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. 

The extension will appear as the new tab so you will get reminded about your daily tasks!                    

Основная информация о расширении

Название 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
Официальный URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
Описание 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
Размер файла 857 KB
Количество установок 187
Текущая Версия 3.0.2
Последнее Обновление 2024-02-05
Дата публикации 2021-05-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://7todos.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://7todos.com
URL страницы политики конфиденциальности https://www.7todos.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7todos",
    "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.",
    "version": "3.0.2",
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}