MV Asana RTL

RTL fix for Asana.com

Was ist MV Asana RTL?

MV Asana RTL ist eine Chrome-Erweiterung, die von guy entwickelt wurde, und ihr Hauptmerkmal ist "RTL fix for Asana.com".

Erweiterungsscreenshots

screenshot
screenshot

MV Asana RTL-Erweiterungs-CRX-Datei herunterladen

Laden Sie MV Asana RTL-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MV Asana RTL MV Asana RTL
ID hngjhgkgbngfhkbccnoaaeiccgfademb
Offizielle URL https://chrome.google.com/webstore/detail/mv-asana-rtl/hngjhgkgbngfhkbccnoaaeiccgfademb
Beschreibung RTL fix for Asana.com
Dateigröße 30.63 KB
Installationsanzahl 57
Aktuelle Version 1.0.1
Letztes Update 2018-11-04
Veröffentlichungsdatum 2018-11-04
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler guy
Zahlungsart free
Hilfeseite URL http://www.media-vision.co.il
Unterstützte Sprachen 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]"
}