SmallWorld

A browser extension that automatically syncs your LinkedIn Connections with SmallWorld.

SmallWorld란 무엇입니까?

SmallWorld은(는) chrome-web-store에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that automatically syncs your LinkedIn Connections with SmallWorld."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        When you install the SmallWorld Chrome Extension, you'll be asked to log in using your existing SmallWorld.ai credentials. After logging in, you'll be redirected to a page where we sync your Connections from LinkedIn to SmallWorld. This process usually takes just a couple minutes for the first sync to complete, and if you leave the extension installed, we’ll continue to sync new contacts and job changes on a regular basis. Additionally, our Web Extension is compatible with several browsers other than Chrome, such as Microsoft Edge, Opera, Brave, and more.                    

확장 프로그램 기본 정보

이름 SmallWorld SmallWorld
ID pkdinajgjbmbbaabpkddlccaojgfjgcl
공식 URL https://chromewebstore.google.com/detail/smallworld/pkdinajgjbmbbaabpkddlccaojgfjgcl
설명 A browser extension that automatically syncs your LinkedIn Connections with SmallWorld.
파일 크기 7.1 MB
설치 횟수 116
현재 버전 0.1.2
최근 업데이트 2024-03-04
출시 날짜 2023-10-20
평점 5.00/5 총 10 개의 평점
개발자 chrome-web-store
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.smallworld.ai
도움말 페이지 URL https://www.smallworld.ai/contact
개인정보 보호 정책 페이지 URL https://app.smallworld.ai/terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmallWorld",
    "version": "0.1.2",
    "description": "A browser extension that automatically syncs your LinkedIn Connections with SmallWorld.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.5254d8d4.png",
        "32": "icon32.64bf24ef.png",
        "48": "icon48.000b7fe3.png",
        "128": "icon128.b88d2cce.png"
    },
    "action": [],
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/*.smallworld.ai\/*"
    ],
    "background": {
        "service_worker": "service-worker.fda0793e.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "linkedin.runtime.a7e5ab5a.js",
                "linkedin.b8a6043f.js"
            ],
            "css": [
                "linkedin.215e7701.css"
            ]
        }
    ],
    "commands": {
        "toggle-overlay": {
            "description": "Toggle the Overlay",
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            }
        },
        "reset-state": {
            "description": "Reset Your Data",
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "logo.e3b52da2.png",
                "bg-blue-with-icon.9e783f39.png"
            ]
        }
    ]
}