ShareURLs

This extension will help us to share links with our peers with extreme ease

ShareURLs란 무엇입니까?

ShareURLs은(는) PoziomLabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help us to share links with our peers with extreme ease"입니다.

확장 프로그램 스크린샷

screenshot

ShareURLs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        On a daily basis, we keep on sharing links with our google contacts. Going to Gmail every time and copy pasting the urls is a digitally time taking and irritating process which we have simplified using ShareURLs. You can now use this chrome extension to directly send links to your google friends. Similarly, even without accessing your mail, you can retrieve links shared by your google friends. This can also serve as your links manager as the links are all stored in the server. Just sign into chrome and you can access all your links from any computer. All in all, we have brought a social aspect to bookmarking. Lets call it Social Bookmarking! Interesting isn't it?                    

확장 프로그램 기본 정보

이름 ShareURLs ShareURLs
ID hdlnpfjgaailomfcighodcpdakanlefp
공식 URL https://chrome.google.com/webstore/detail/hdlnpfjgaailomfcighodcpdakanlefp
설명 This extension will help us to share links with our peers with extreme ease
파일 크기 169 KB
설치 횟수 25
현재 버전 1.0
최근 업데이트 2017-01-11
출시 날짜 2017-01-11
개발자 PoziomLabs
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShareURLs",
    "short_name": "ShareURLs",
    "description": "This extension will help us to share links with our peers with extreme ease",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com   https:\/\/www.google.com\/m8\/feeds\/contacts\/default\/full          https:\/\/code.jquery.com ; object-src 'self'",
    "permissions": [
        "http:\/\/52.27.54.85\/blog\/rad_app\/geturllist.php",
        "activeTab",
        "identity",
        "identity.email",
        "http:\/\/52.27.54.85\/blog\/rad_app\/urllist.php",
        "storage",
        "notifications",
        "https:\/\/www.google.com\/m8\/feeds\/contacts\/default\/full",
        "notifications",
        "https:\/\/www.google.com\/m8\/feeds\/contacts\/default\/full",
        "gcm"
    ],
    "browser_action": {
        "default_icon": "share.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "oauth2": {
        "client_id": "230735556317-oinf44vgcf53lplnqjfpcve1ocm30e5o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    }
}