Asana Lover

Asana Lover

Asana Lover क्या है?

Asana Lover Gigasavvy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Asana Lover"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Asana Lover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}