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.”。
扩展截图
下载SmallWorld扩展crx文件
下载SmallWorld扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } ] } |