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
What is V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer is a Chrome extension developed by https://www.v4p.it, and its main feature is "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Extension Screenshots
Download V4P Social Share - URL Shortener & Sharer Extension CRX File
Download V4P Social Share - URL Shortener & Sharer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | V4P Social Share - URL Shortener & Sharer |
ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
Official URL | 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 |
File Size | 30.59 KB |
Installation Count | 40 |
Current Version | 1.0.1 |
Last Updated | 2014-08-01 |
Publish Date | 2014-08-01 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://www.v4p.it |
Payment Type | free |
Extension Website | http://www.v4p.it |
Help Page URL | http://www.v4p.it/Home/About |
Supported Languages | 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" } } |