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
Wat is V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer is een Chrome-extensie ontwikkeld door https://www.v4p.it, en de belangrijkste functie is "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Extensie Screenshots
Download het CRX-bestand van de extensie V4P Social Share - URL Shortener & Sharer
Download V4P Social Share - URL Shortener & Sharer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| Officiële URL | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
| Beschrijving | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
| Bestandsgrootte | 30.59 KB |
| Aantal Installaties | 40 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2014-08-01 |
| Publicatiedatum | 2014-08-01 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://www.v4p.it |
| Betalingswijze | free |
| Extensiewebsite | http://www.v4p.it |
| Help Pagina-URL | http://www.v4p.it/Home/About |
| Ondersteunde Talen | 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"
}
} | |