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'est-ce que V4P Social Share - URL Shortener & Sharer ?
V4P Social Share - URL Shortener & Sharer est une extension Chrome développée par https://www.v4p.it, et sa fonction principale est "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension V4P Social Share - URL Shortener & Sharer
Téléchargez les fichiers d'extension V4P Social Share - URL Shortener & Sharer 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
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.
Informations de Base sur l'Extension
Nom | V4P Social Share - URL Shortener & Sharer |
ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
URL Officiel | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
Description | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
Taille du Fichier | 30.59 KB |
Nombre d'Installations | 40 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-08-01 |
Date de Publication | 2014-08-01 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://www.v4p.it |
Type de Paiement | free |
Site Web de l'Extension | http://www.v4p.it |
URL de la Page d'Aide | http://www.v4p.it/Home/About |
Langues Prises en Charge | 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" } } |