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
Co to jest V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer to rozszerzenie Chrome opracowane przez https://www.v4p.it, a jego główną funkcją jest „Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia V4P Social Share - URL Shortener & Sharer
Pobierz pliki rozszerzeń V4P Social Share - URL Shortener & Sharer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| Oficjalny URL | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
| Opis | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
| Rozmiar pliku | 30.59 KB |
| Liczba instalacji | 40 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2014-08-01 |
| Data Publikacji | 2014-08-01 |
| Ocena | 5.00/5 Łącznie 7 Oceny |
| Deweloper | https://www.v4p.it |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.v4p.it |
| Adres URL Strony Pomocy | http://www.v4p.it/Home/About |
| Obsługiwane Języki | 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"
}
} | |