V4P Social Share - URL Shortener & Sharer
Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network
Cos'è V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer è un'estensione di Chrome sviluppata da https://www.v4p.it, e la sua funzione principale è "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione V4P Social Share - URL Shortener & Sharer
Scarica i file di estensione V4P Social Share - URL Shortener & Sharer 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
Short your link with a single click and share it on main social networks such as Facebook, Twitter, Google+ and many others.
V4P - URL Shortener & Sharer you will create a simple button near your address bar.
If you click on it V4P will create a shortened URL (that you can freely distribute over the network) and will give you a simple way to share it on all social network if you want.
Let's try it now, it's free. Informazioni di Base sull'Estensione
| Nome | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| URL Ufficiale | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
| Descrizione | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
| Dimensione del File | 30.59 KB |
| Conteggio Installazioni | 40 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2014-08-01 |
| Data di Pubblicazione | 2014-08-01 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | https://www.v4p.it |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.v4p.it |
| URL della Pagina di Aiuto | http://www.v4p.it/Home/About |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "V4P Social Share - URL Shortener & Sharer",
"short_name ": "Social Share",
"version": "1.0.1",
"description": "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network",
"icons": {
"128": "img\/v4p-icon.png"
},
"background": {
"persistent": false,
"scripts": [
"popup.js"
]
},
"permissions": [
"http:\/\/v4p.it\/",
"https:\/\/v4p.it\/",
"tabs"
],
"browser_action": {
"default_title": "",
"default_icon": "img\/v4p-icon.png",
"default_popup": "popup.html"
}
} | |