Asana Lover

Asana Lover

O que é Asana Lover?

Asana Lover é uma extensão do Chrome desenvolvida por Gigasavvy, e sua principal característica é "Asana Lover".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Asana Lover

Baixe arquivos de extensão Asana Lover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Asana Lover Asana Lover
ID pdbcfcjcbjfddhlbinohbemhodbplnai
URL Oficial https://chromewebstore.google.com/detail/asana-lover/pdbcfcjcbjfddhlbinohbemhodbplnai
Descrição Asana Lover
Tamanho do Arquivo 2.49 MB
Contagem de Instalações 86
Versão Atual 1.1.6
Última Atualização 2017-11-27
Data de Publicação 2017-11-27
Desenvolvedor Gigasavvy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gigasavvy.com
Idiomas Suportados 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
}