Asana Lover

Asana Lover

Qu'est-ce que Asana Lover ?

Asana Lover est une extension Chrome développée par Gigasavvy, et sa fonction principale est "Asana Lover".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Asana Lover

Téléchargez les fichiers d'extension Asana Lover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Asana Lover Asana Lover
ID pdbcfcjcbjfddhlbinohbemhodbplnai
URL Officiel https://chromewebstore.google.com/detail/asana-lover/pdbcfcjcbjfddhlbinohbemhodbplnai
Description Asana Lover
Taille du Fichier 2.49 MB
Nombre d'Installations 86
Version Actuelle 1.1.6
Dernière Mise à Jour 2017-11-27
Date de Publication 2017-11-27
Développeur Gigasavvy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gigasavvy.com
Langues Prises en Charge 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
}