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."입니다.

확장 프로그램 스크린샷

screenshot

WSM Eikon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
        ]
    }
}