Asana Lover

Asana Lover

Vad är Asana Lover?

Asana Lover är en Chrome-tillägg utvecklad av Gigasavvy, och dess huvudfunktion är "Asana Lover".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Asana Lover-förlängningens CRX-fil

Ladda ner Asana Lover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Asana Lover Asana Lover
ID pdbcfcjcbjfddhlbinohbemhodbplnai
Officiell webbadress https://chromewebstore.google.com/detail/asana-lover/pdbcfcjcbjfddhlbinohbemhodbplnai
Beskrivning Asana Lover
Filstorlek 2.49 MB
Antal Installationer 86
Aktuell Version 1.1.6
Senast Uppdaterad 2017-11-27
Publiceringsdatum 2017-11-27
Utvecklare Gigasavvy
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gigasavvy.com
Stödda Språk 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
}