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
Was ist V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer ist eine Chrome-Erweiterung, die von https://www.v4p.it entwickelt wurde, und ihr Hauptmerkmal ist "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Erweiterungsscreenshots
V4P Social Share - URL Shortener & Sharer-Erweiterungs-CRX-Datei herunterladen
Laden Sie V4P Social Share - URL Shortener & Sharer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| Offizielle URL | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
| Beschreibung | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
| Dateigröße | 30.59 KB |
| Installationsanzahl | 40 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2014-08-01 |
| Veröffentlichungsdatum | 2014-08-01 |
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
| Entwickler | https://www.v4p.it |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.v4p.it |
| Hilfeseite URL | http://www.v4p.it/Home/About |
| Unterstützte Sprachen | 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"
}
} | |