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
¿Qué es V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer es una extensión de Chrome desarrollada por https://www.v4p.it, y su función principal es "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión V4P Social Share - URL Shortener & Sharer
Descarga archivos de extensión V4P Social Share - URL Shortener & Sharer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| URL Oficial | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
| Descripción | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
| Tamaño del Archivo | 30.59 KB |
| Cantidad de Instalaciones | 40 |
| Versión Actual | 1.0.1 |
| Última Actualización | 2014-08-01 |
| Fecha de Publicación | 2014-08-01 |
| Calificación | 5.00/5 Total de 7 Calificaciones |
| Desarrollador | https://www.v4p.it |
| Tipo de Pago | free |
| Sitio Web de la Extensión | http://www.v4p.it |
| URL de la Página de Ayuda | http://www.v4p.it/Home/About |
| Idiomas Soportados | 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"
}
} | |