Graphlan Copilot
Help sync your contacts and connections data for Graphlan
Graphlan Copilotคืออะไร?
Graphlan Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://graphlan.com และคุณลักษณะหลักของมันคือ "Help sync your contacts and connections data for Graphlan"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Graphlan Copilot
ดาวน์โหลดไฟล์ส่วนขยาย Graphlan Copilot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |