Shorten.rest URL Shortener
Easily create & manage branded short links
Qu'est-ce que Shorten.rest URL Shortener ?
Shorten.rest URL Shortener est une extension Chrome développée par https://shorten.rest, et sa fonction principale est "Easily create & manage branded short links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shorten.rest URL Shortener
Téléchargez les fichiers d'extension Shorten.rest 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
Shorten.REST URL Shortening API Chrome Extension - Easily shorten and manage your short branded URLs without having to login to your account. Search, Update & Manage your existing short URLs with ease. Choose between short.fyi and your own branded domains (multiple domains allowed!). Customize the URI (vanity / alias / URL ending) to make it meaningful. Add Retargeting & Tracking pixels for each URL or at the account level. Add UTM's to any URL. Destination URL character limit of 8192. Get your free API key at https://shorten.rest
Informations de Base sur l'Extension
Nom | Shorten.rest URL Shortener |
ID | eaiocdhmmbfbfcgmlmhnpeehiddddanb |
URL Officiel | https://chromewebstore.google.com/detail/shortenrest-url-shortener/eaiocdhmmbfbfcgmlmhnpeehiddddanb |
Description | Easily create & manage branded short links |
Taille du Fichier | 1.99 MB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-05-29 |
Date de Publication | 2020-05-28 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | https://shorten.rest |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shorten.rest |
URL de la Page d'Aide | https://shorten.rest/knowledge-base/ |
URL de la Page de Politique de Confidentialité | https://apilads.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorten.rest URL Shortener", "description": "Easily create & manage branded short links", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/logo16.png", "32": "assets\/images\/logo32.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js", "runtime.js" ] } ], "icons": { "16": "assets\/images\/logo16.png", "32": "assets\/images\/logo32.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png" }, "permissions": [ "storage", "tabs", "activeTab", "https:\/\/*.shorten.rest\/", "https:\/\/api.shorten.rest\/", "https:\/\/shorten.rest\/" ] } |