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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة V4P Social Share - URL Shortener & Sharer

قم بتنزيل ملفات الامتداد V4P Social Share - URL Shortener & Sharer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم V4P Social Share - URL Shortener & Sharer V4P Social Share - URL Shortener & Sharer
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
عنوان صفحة المساعدة 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"
    }
}