Asana Lover
Asana Lover
Что такое Asana Lover?
Asana Lover - это расширение Chrome, разработанное Gigasavvy, и его основная функция - "Asana Lover".
Снимки экрана расширения
Скачать файл CRX расширения Asana Lover
Скачайте файлы расширений Asana Lover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension brings a ton of powerful features to Asana. - Brings back the hearts in Asana (Instead of likes) - Auto likes activity, comments, projects, etc. - Allows you to hide tasks further than X months in the future Actively maintained with new features coming out all the time! Asana Lover brings you all sorts of functionality you've been lacking!
Основная информация о расширении
Название | Asana Lover |
ID | pdbcfcjcbjfddhlbinohbemhodbplnai |
Официальный URL | https://chromewebstore.google.com/detail/asana-lover/pdbcfcjcbjfddhlbinohbemhodbplnai |
Описание | Asana Lover |
Размер файла | 2.49 MB |
Количество установок | 86 |
Текущая Версия | 1.1.6 |
Последнее Обновление | 2017-11-27 |
Дата публикации | 2017-11-27 |
Разработчик | Gigasavvy |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://gigasavvy.com |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asana Lover", "description": "Asana Lover", "version": "1.1.6", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Asana Lover", "default_icon": "img\/128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.asana.com\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/moment.js", "js\/asana.js", "js\/popup.js", "js\/inject.js", "js\/hideTasks.js" ], "all_frames": true } ], "web_accessible_resources": [ "js\/woohoo.js", "css\/hearts.css" ], "manifest_version": 2 } |