Graphlan Copilot
Help sync your contacts and connections data for Graphlan
Graphlan Copilot란 무엇입니까?
Graphlan Copilot은(는) https://graphlan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help sync your contacts and connections data for Graphlan"입니다.
확장 프로그램 스크린샷
Graphlan Copilot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The official Graphlan contacts / connections extension! Add how you met and notes to connections from across the web, and organize them into lists as well. If you have a Graphlan account, get the most out of it by installing this extension and synchronizing data from across the web.
확장 프로그램 기본 정보
이름 | Graphlan Copilot |
ID | ilcfiknebpekfhkfopbnpodlejfdnjem |
공식 URL | https://chromewebstore.google.com/detail/graphlan-copilot/ilcfiknebpekfhkfopbnpodlejfdnjem |
설명 | Help sync your contacts and connections data for Graphlan |
파일 크기 | 1.87 MB |
설치 횟수 | 40 |
현재 버전 | 0.3.5 |
최근 업데이트 | 2024-02-17 |
출시 날짜 | 2023-09-17 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://graphlan.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://graphlan.com/ |
개인정보 보호 정책 페이지 URL | https://alpha.graphlan.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Graphlan Copilot", "description": "Help sync your contacts and connections data for Graphlan", "version": "0.3.5", "manifest_version": 3, "permissions": [ "storage", "downloads", "unlimitedStorage", "alarms", "cookies" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/graphlan.com\/*", "https:\/\/*.graphlan.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/*.accounts.dev\/*" ], "icons": { "128": "icon\/128.png" }, "action": { "default_icon": { "16": "icon\/16.png", "24": "icon\/24.png", "32": "icon\/32.png" }, "default_popup": "src\/popup.html" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/content-scripts\/linkedin\/index.js" ], "run_at": "document_start", "css": [ "style.css" ] }, { "matches": [ "https:\/\/graphlan.com\/*", "https:\/\/*.graphlan.com\/*", "http:\/\/localhost:3000\/*" ], "js": [ "src\/content-scripts\/install-notifier.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/graphlan.com\/*", "https:\/\/*.graphlan.com\/*", "http:\/\/localhost:3000\/*" ] }, "web_accessible_resources": [ { "resources": [ "src\/popup.html" ], "matches": [ "https:\/\/graphlan.com\/*", "https:\/\/*.graphlan.com\/*", "https:\/\/*.accounts.dev\/*", "http:\/\/localhost:3000\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhRO9H5b\/qj3saNNM2\/DniRg\/AphvojMeMJ2VfvaMGb03fMwVmrgITZa+TiXY93csPODw\/6NvKPyofm1qt5kQciEJdNBxl57QpxzcJaRQrBPKApj6RzlK9nLgiOxkPcM+msw88CQibO+aAsnA6MiBZBlzSPogIAwwmGCtfPJm16zEGfmX7TU97h1ydx6RS7buss+o7WpwsDA7lgKNM0+diAWKERqGF2JvchI51tdlD\/ilxFXgIR8scpk+jdaLD6yC2aoxnOscK3ZbjAtrqBMAZWm4kylXldrYPYVbvYKnsF85B57WgwQZgw\/vmD+4gMtWDOQ4E+NmthXLz53DUlO7IwIDAQAB" } |