Yon URL Shortener
Shorten your long URLs with Yon and track the clickers
Cos'è Yon URL Shortener?
Yon URL Shortener è un'estensione di Chrome sviluppata da http://aliweb.ir, e la sua funzione principale è "Shorten your long URLs with Yon and track the clickers".
Scarica il file CRX dell'estensione Yon URL Shortener
Scarica i file di estensione Yon URL Shortener 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
Yon is a an intelligent free and ad-free URL shortener. Using Yon you can shorten you long web URLs, share them anywhere and view a comprehensive analytics of clickers on your links. Yon-shortened links will never expire and can be sure that they will be available forever. یون ، یک سرویس هوشمند ، رایگان و بدون تبلیغات کوتاه کننده لینک است. با یون می توانید لینک های بلند خود را کوتاه کنید ، آن ها را در همه جا به اشتراک بگذارید و آمار دقیق کلیک کنندگان روی لینک هایتان را مشاهده کنید. با یون می توانید لینک های خصوصی درست کنید تا فقط شما به آمار آن دسترسی داشته باشید. لینک های کوتاه شده در یون هرگز منقضی نمی شوند ، پس با خیال راحت لینک های خود را برای همیشه کوتاه کنید.
Informazioni di Base sull'Estensione
Nome | |
ID | ghgmjioaobicmenpbgjibbodgjnikobd |
URL Ufficiale | https://chrome.google.com/webstore/detail/yon-url-shortener/ghgmjioaobicmenpbgjibbodgjnikobd |
Descrizione | Shorten your long URLs with Yon and track the clickers |
Dimensione del File | 51.01 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-25 |
Data di Pubblicazione | 2015-12-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://aliweb.ir |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://yon.ir |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yon URL Shortener", "version": "1.0", "manifest_version": 2, "description": "Shorten your long URLs with Yon and track the clickers", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "http:\/\/api.yon.ir\/", "tabs" ] } |