MV Asana RTL

RTL fix for Asana.com

Hvad er MV Asana RTL?

MV Asana RTL er en Chrome-udvidelse udviklet af guy, og dens hovedfunktion er "RTL fix for Asana.com".

Udvidelsesskærmbilleder

screenshot
screenshot

Download MV Asana RTL-udvidelses-CRX-fil

Download MV Asana RTL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        MV Asana RTL

This plugin displays text in rtl direction while using Asana.com.
The first version was made to fix the texts that showing in board view. if you need more, please contact us.                    

Grundlæggende oplysninger om udvidelsen

Navn MV Asana RTL MV Asana RTL
ID hngjhgkgbngfhkbccnoaaeiccgfademb
Officiel URL https://chrome.google.com/webstore/detail/mv-asana-rtl/hngjhgkgbngfhkbccnoaaeiccgfademb
Beskrivelse RTL fix for Asana.com
Filstørrelse 30.63 KB
Antal Installationer 57
Nuværende Version 1.0.1
Senest Opdateret 2018-11-04
Udgivelsesdato 2018-11-04
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler guy
Betalingsmetode free
Hjælpeside-URL http://www.media-vision.co.il
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MV Asana RTL",
    "version": "1.0.1",
    "description": "RTL fix for Asana.com",
    "icons": {
        "16": "MV_asana_rtl-16.png",
        "32": "MV_asana_rtl-32.png",
        "64": "MV_asana_rtl-64.png",
        "128": "MV_asana_rtl-128.png"
    },
    "browser_action": {
        "default_icon": "MV_asana_rtl-128.png",
        "default_popup": "popup.html",
        "default_title": "Asana RTL Display"
    },
    "homepage_url": "http:\/\/www.media-vision.co.il",
    "minimum_chrome_version": "68",
    "permissions": [
        "https:\/\/app.asana.com\/0\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/0\/*"
            ],
            "css": [
                "MV_asana_rtl.css"
            ]
        }
    ],
    "author": "Media Vision [email protected]"
}