Rite.ly
Shorten links on the fly
Cos'è Rite.ly?
Rite.ly è un'estensione di Chrome sviluppata da http://rite.ly, e la sua funzione principale è "Shorten links on the fly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rite.ly
Scarica i file di estensione Rite.ly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shorten links , add CTAs , brand every link you share.
Informazioni di Base sull'Estensione
Nome | |
ID | nhmphdnfikgklchmdgfglggllcoejoia |
URL Ufficiale | https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia |
Descrizione | Shorten links on the fly |
Dimensione del File | 715 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2017-03-20 |
Data di Pubblicazione | 2017-03-20 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | http://rite.ly |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rite.ly |
URL della Pagina della Politica sulla Privacy | https://ritekit.com/privacy |
Lingue Supportate | 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'" } |