Shortest URL Shortener

Shortest URL Shortener - created von Marketingradar.de

Was ist Shortest URL Shortener?

Shortest URL Shortener ist eine Chrome-Erweiterung, die von https://mediaworx.com entwickelt wurde, und ihr Hauptmerkmal ist "Shortest URL Shortener - created von Marketingradar.de".

Erweiterungsscreenshots

screenshot

Shortest URL Shortener-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shortest URL Shortener-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 is the shortest URL shortener ever - well, the one of the shortest, and, btw. the one of the most simple. 

It needs just one single mouse click - and the URL of the current website is copied into the clipboard. Nothing more, nothing less - enjoy the simplicity!                    

Grundlegende Informationen zur Erweiterung

Name Shortest URL Shortener Shortest URL Shortener
ID kocefagidbbcdghmdnhndemdjpjjdngj
Offizielle URL https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj
Beschreibung Shortest URL Shortener - created von Marketingradar.de
Dateigröße 13.13 KB
Installationsanzahl 76
Aktuelle Version 0.3
Letztes Update 2018-12-14
Veröffentlichungsdatum 2018-12-13
Entwickler https://mediaworx.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mediaworx.com
Hilfeseite URL https://marketingradar.de
Unterstützte Sprachen en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "description": "Shortest URL Shortener - created von Marketingradar.de",
    "homepage_url": "https:\/\/marketingradar.de",
    "short_name": "Shortest URL Shortener",
    "author": "Evgeniy Orlov, [email protected]",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Shortest URL Shortener",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/v.gd\/*",
        "https:\/\/v.gd\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}