Asana Lover

Asana Lover

Was ist Asana Lover?

Asana Lover ist eine Chrome-Erweiterung, die von Gigasavvy entwickelt wurde, und ihr Hauptmerkmal ist "Asana Lover".

Erweiterungsscreenshots

screenshot
screenshot

Asana Lover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Asana Lover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Asana Lover Asana Lover
ID pdbcfcjcbjfddhlbinohbemhodbplnai
Offizielle URL https://chromewebstore.google.com/detail/asana-lover/pdbcfcjcbjfddhlbinohbemhodbplnai
Beschreibung Asana Lover
Dateigröße 2.49 MB
Installationsanzahl 86
Aktuelle Version 1.1.6
Letztes Update 2017-11-27
Veröffentlichungsdatum 2017-11-27
Entwickler Gigasavvy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gigasavvy.com
Unterstützte Sprachen 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
}