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
Τι είναι το V4P Social Share - URL Shortener & Sharer;
Το V4P Social Share - URL Shortener & Sharer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.v4p.it, και η κύρια λειτουργία του είναι "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης V4P Social Share - URL Shortener & Sharer
Λήψη αρχείων επέκτασης V4P Social Share - URL Shortener & Sharer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| Επίσημο URL | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
| Περιγραφή | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
| Μέγεθος Αρχείου | 30.59 KB |
| Αριθμός Εγκαταστάσεων | 40 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2014-08-01 |
| Ημερομηνία Δημοσίευσης | 2014-08-01 |
| Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
| Προγραμματιστής | https://www.v4p.it |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://www.v4p.it |
| Διεύθυνση URL της Σελίδας Βοήθειας | http://www.v4p.it/Home/About |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |