LinkedON - LinkedIn Automation
LinkedIn Automation
什麼是LinkedON - LinkedIn Automation?
LinkedON - LinkedIn Automation是由https://linkedon.io開發的Chrome擴展程式,該擴展的主要功能是“LinkedIn Automation”。
擴展截圖
下載LinkedON - LinkedIn Automation擴展crx文件
下載LinkedON - LinkedIn Automation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PowerON your LinkedIn and automate connects and messages.
擴展基本資訊
名稱 | LinkedON - LinkedIn Automation |
ID | bdalcochcgbleonglonhiedagcggpdeo |
官方網址 | https://chromewebstore.google.com/detail/linkedon-linkedin-automat/bdalcochcgbleonglonhiedagcggpdeo |
簡介 | LinkedIn Automation |
檔案大小 | 442 KB |
安裝次數 | 223 |
目前版本 | 2.0.17 |
更新時間 | 2021-09-27 |
上架時間 | 2020-07-16 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://linkedon.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://linkedon.io/ |
隱私政策頁面URL | https://petrovdigital.io/legal |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedON - LinkedIn Automation", "version": "2.0.17", "manifest_version": 2, "description": "LinkedIn Automation", "short_name": "LinkedON", "browser_action": { "default_icon": "img\/icons\/on48.png", "default_title": "LinkedON" }, "icons": { "16": "img\/icons\/on16.png", "48": "img\/icons\/on48.png", "128": "img\/icons\/on128.png" }, "options_ui": { "page": "app.html", "chrome_style": false, "open_in_tab": true }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "libs\/jquery-3.3.1.min.js", "libs\/resizer.parent.js", "js\/utils.js", "js\/linkedon_api.js", "js\/linkedin_helper.js" ], "run_at": "document_end" }, { "all_frames": true, "matches": [ "https:\/\/app.linkedon.io\/lon\/*\/widget.html*" ], "js": [ "libs\/jquery-3.3.1.min.js", "js\/utils.js", "js\/linkedon_api.js", "js\/content\/widget.js", "libs\/resizer.child.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "libs\/jquery-3.3.1.min.js", "js\/utils.js", "js\/linkedon_api.js", "js\/background.js" ] }, "web_accessible_resources": [], "permissions": [ "tabs", "storage", "*:\/\/*.linkedin.com\/*", "https:\/\/*.linkedon.io\/*", "activeTab", "notifications", "management", "webRequest", "webRequestBlocking", "cookies" ], "content_security_policy": "script-src 'self' https:\/\/*.intercom.io https:\/\/*.intercomcdn.com; object-src 'self'" } |