Vaetas Connect
Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin.
什麼是Vaetas Connect?
Vaetas Connect是由https://vaetas.com開發的Chrome擴展程式,該擴展的主要功能是“Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin.”。
擴展截圖
下載Vaetas Connect擴展crx文件
下載Vaetas Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Personalized Video Communication to Drive Business Development
擴展基本資訊
名稱 | Vaetas Connect |
ID | imafbmggflmbfhpehafcnekaoochndfp |
官方網址 | https://chromewebstore.google.com/detail/vaetas-connect/imafbmggflmbfhpehafcnekaoochndfp |
簡介 | Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin. |
檔案大小 | 422 KB |
安裝次數 | 92 |
目前版本 | 0.0.7 |
更新時間 | 2019-04-08 |
上架時間 | 2019-04-08 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://vaetas.com |
付費類型 | free |
擴展官網 | https://vaetas.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vaetas Connect", "short_name": "Vaetas", "version": "0.0.7", "description": "Vaetas Connect chrome extension to enable screen recording. Also support email collection and direct video sharing from linkedin.", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs", "https:\/\/app.vaetas.com\/api\/*", "https:\/\/vaetasuploads.s3.amazonaws.com\/videos\/*", "https:\/\/s3.amazonaws.com\/vaetas-thumbs\/thumbnails\/*", "https:\/\/i.ytimg.com\/vi\/*", "https:\/\/cdnjs.cloudflare.com\/*", "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/connect.vaetas.com\/*", "*:\/\/studio.invidz.com\/*" ] }, "background": { "scripts": [ "constants.js", "variables.js", "network\/ApiClient.js", "background\/background.helper.js", "background\/background.windows.js", "background\/routes.js", "background\/background.js", "background\/background.webcam.js", "background\/background.messages.js", "background\/background.videoPlayer.js", "record\/MediaStreamRecorder.js", "record\/MultiStreamRecorder.js" ], "persistent": false }, "page_action": { "default_popup": "login\/login.html", "default_icon": { "16": "images\/vaetas_logo.png", "32": "images\/vaetas_logo.png", "48": "images\/vaetas_logo.png", "128": "images\/vaetas_logo.png" } }, "icons": { "16": "images\/vaetas_logo.png", "32": "images\/vaetas_logo.png", "48": "images\/vaetas_logo.png", "128": "images\/vaetas_logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.linkedin.com\/*" ], "run_at": "document_start", "js": [ "constants.js", "variables.js", "inject\/templates\/templates.js", "network\/ApiClient.js", "inject\/content.inject.js", "inject\/linkedin\/content-profile-script.js", "inject\/linkedin\/content-message-script.js", "inject\/content.messages.js" ], "css": [ "inject\/linkedin\/content-message-script.css" ] } ], "web_accessible_resources": [ "images\/*", "video\/*" ], "manifest_version": 2 } |