WSM Eikon
WSM Eikon helps optimize one's network of contacts, for personal and professional growth.
什么是WSM Eikon?
WSM Eikon是由WSM Eikon开发的Chrome扩展程序,该扩展的主要功能是“WSM Eikon helps optimize one's network of contacts, for personal and professional growth.”。
扩展截图
下载WSM Eikon扩展crx文件
下载WSM Eikon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WSM Eikon helps optimize one's network of contacts, for personal and professional growth. With a few clicks, we enable you to use automated scenarios, without any technical knowledge. This extension will automatically retrieve the session cookies of the websites you're connected to. While using the WSM Eikon platform, you will have the possibility to automatically fetch such cookies to configure your workflows.
扩展基本信息
名称 | WSM Eikon |
ID | ndgllkncallhcmlaofmhcjhomcjgancl |
官方URL | https://chromewebstore.google.com/detail/wsm-eikon/ndgllkncallhcmlaofmhcjhomcjgancl |
简介 | WSM Eikon helps optimize one's network of contacts, for personal and professional growth. |
文件大小 | 17.26 KB |
安装次数 | 144 |
当前版本 | 2.1.0.0 |
更新时间 | 2022-08-27 |
上架时间 | 2022-06-15 |
开发者 | WSM Eikon |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.wholesoftmarket.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WSM Eikon", "short_name": "WSM Eikon helps optimize one's network of contacts, for personal and professional growth.", "description": "WSM Eikon helps optimize one's network of contacts, for personal and professional growth.", "author": "Francois Ruchon", "version": "2.1.0.0", "homepage_url": "https:\/\/www.wholesoftmarket.com\/", "manifest_version": 3, "background": { "service_worker": "source\/background.js" }, "action": { "default_icon": { "16": "images\/Eikon_Logo16.png", "19": "images\/Eikon_Logo19.png", "28": "images\/Eikon_Logo28.png", "48": "images\/Eikon_Logo48.png", "128": "images\/Eikon_Logo128.png" }, "default_title": "WSM Eikon" }, "icons": { "16": "images\/Eikon_Logo16.png", "19": "images\/Eikon_Logo19.png", "28": "images\/Eikon_Logo28.png", "48": "images\/Eikon_Logo48.png", "128": "images\/Eikon_Logo128.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.wholesoftmarket.com\/*" ], "web_accessible_resources": [], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.wholesoftmarket.com\/*" ] } } |