Asana Lover

Asana Lover

ما هو Asana Lover؟

Asana Lover هو إضافة Chrome تم تطويرها بواسطة Gigasavvy، والميزة الرئيسية لها هي "Asana Lover".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Asana Lover

قم بتنزيل ملفات الامتداد Asana Lover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
}