Rite.ly
Shorten links on the fly
Qu'est-ce que Rite.ly ?
Rite.ly est une extension Chrome développée par http://rite.ly, et sa fonction principale est "Shorten links on the fly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rite.ly
Téléchargez les fichiers d'extension Rite.ly 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 links , add CTAs , brand every link you share.
Informations de Base sur l'Extension
Nom | |
ID | nhmphdnfikgklchmdgfglggllcoejoia |
URL Officiel | https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia |
Description | Shorten links on the fly |
Taille du Fichier | 715 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2017-03-20 |
Date de Publication | 2017-03-20 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://rite.ly |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rite.ly |
URL de la Page de Politique de Confidentialité | https://ritekit.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rite.ly", "short_name": "Rite.ly : Call To A ction", "description": "Shorten links on the fly", "version": "0.0.3", "icons": { "16": "ritely-extension-shared\/img\/icon-16.png", "48": "ritely-extension-shared\/img\/icon-48.png", "256": "ritely-extension-shared\/img\/icon-256.png" }, "browser_action": { "default_icon": { "19": "ritely-extension-shared\/img\/icon-19.png", "38": "ritely-extension-shared\/img\/icon-76.png" }, "default_popup": "native\/main.html", "default_title": "Rite.ly" }, "background": { "page": "native\/background.html", "persistent": true }, "options_ui": { "page": "native\/options.html", "chrome_style": true }, "externally_connectable": { "matches": [ "https:\/\/*.ritetag.com\/*", "https:\/\/*.rite.ly\/*", "https:\/\/*.twitter.com\/*", "https:\/\/buffer.com\/*", "https:\/\/1487482361.rsc.cdn77.org\/*" ] }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "content_security_policy": "script-src 'self' https:\/\/rite.ly; object-src 'self'" } |