Shortest URL Shortener

Shortest URL Shortener - created von Marketingradar.de

Qu'est-ce que Shortest URL Shortener ?

Shortest URL Shortener est une extension Chrome développée par https://mediaworx.com, et sa fonction principale est "Shortest URL Shortener - created von Marketingradar.de".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shortest URL Shortener

Téléchargez les fichiers d'extension Shortest URL Shortener 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 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!                    

Informations de Base sur l'Extension

Nom Shortest URL Shortener Shortest URL Shortener
ID kocefagidbbcdghmdnhndemdjpjjdngj
URL Officiel https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj
Description Shortest URL Shortener - created von Marketingradar.de
Taille du Fichier 13.13 KB
Nombre d'Installations 76
Version Actuelle 0.3
Dernière Mise à Jour 2018-12-14
Date de Publication 2018-12-13
Développeur https://mediaworx.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mediaworx.com
URL de la Page d'Aide https://marketingradar.de
Langues Prises en Charge 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"
}