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은(는) https://www.v4p.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network"입니다.

확장 프로그램 스크린샷

screenshot

V4P Social Share - URL Shortener & Sharer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}