Notion Date Filler
This Extension helps you to autofill the date in your Notion database.
Что такое Notion Date Filler?
Notion Date Filler - это расширение Chrome, разработанное pratiiksaini, и его основная функция - "This Extension helps you to autofill the date in your Notion database.".
Снимки экрана расширения
Скачать файл CRX расширения Notion Date Filler
Скачайте файлы расширений Notion Date Filler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Notion Date Auto Filler helps to auto fill the date inside the date table by just doing copy and paste task. Make Notion more productive and less distractive. Notion Date Autofiller is a lightweight extension to add extra features and tweaks to Notion: ✔️ Easily Customize the Starting and Ending date of your tanble. ✔️ Easily Copy the dates and paste it in your respective date table databases. If you found this extension useful then please support it by rating ★★★★★. Notion Date autofiller is also available for Firefox, Brave, and Edge. TAG, SHARE, COMMENT.
Основная информация о расширении
Название | Notion Date Filler |
ID | fejlopadadjhidmmmggdkbipcpgedgjp |
Официальный URL | https://chromewebstore.google.com/detail/notion-date-filler/fejlopadadjhidmmmggdkbipcpgedgjp |
Описание | This Extension helps you to autofill the date in your Notion database. |
Размер файла | 74.41 KB |
Количество установок | 6,549 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2023-12-22 |
Дата публикации | 2022-01-18 |
Рейтинг | 4.55/5 Всего 11 оценок |
Разработчик | pratiiksaini |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.freeprivacypolicy.com/live/073a1434-955c-4178-b3f2-6a97153849d3 |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notion Date Filler", "description": "This Extension helps you to autofill the date in your Notion database.", "version": "1.0.1", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/calendar-16.png", "32": "\/images\/calendar-32.png", "48": "\/images\/calendar-48.png", "128": "\/images\/calendar-128.png" } }, "icons": { "16": "\/images\/calendar-16.png", "32": "\/images\/calendar-32.png", "48": "\/images\/calendar-48.png", "128": "\/images\/calendar-128.png" } } |