Shortest URL Shortener
Shortest URL Shortener - created von Marketingradar.de
Wat is Shortest URL Shortener?
Shortest URL Shortener is een Chrome-extensie ontwikkeld door https://mediaworx.com, en de belangrijkste functie is "Shortest URL Shortener - created von Marketingradar.de".
Extensie Screenshots
Download het CRX-bestand van de extensie Shortest URL Shortener
Download Shortest URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Shortest URL Shortener |
ID | kocefagidbbcdghmdnhndemdjpjjdngj |
Officiële URL | https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj |
Beschrijving | Shortest URL Shortener - created von Marketingradar.de |
Bestandsgrootte | 13.13 KB |
Aantal Installaties | 76 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2018-12-14 |
Publicatiedatum | 2018-12-13 |
Ontwikkelaar | https://mediaworx.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mediaworx.com |
Help Pagina-URL | https://marketingradar.de |
Ondersteunde Talen | 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" } |