WSM Eikon

WSM Eikon helps optimize one's network of contacts, for personal and professional growth.

O que é WSM Eikon?

WSM Eikon é uma extensão do Chrome desenvolvida por WSM Eikon, e sua principal característica é "WSM Eikon helps optimize one's network of contacts, for personal and professional growth.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WSM Eikon

Baixe arquivos de extensão WSM Eikon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WSM Eikon WSM Eikon
ID ndgllkncallhcmlaofmhcjhomcjgancl
URL Oficial https://chromewebstore.google.com/detail/wsm-eikon/ndgllkncallhcmlaofmhcjhomcjgancl
Descrição WSM Eikon helps optimize one's network of contacts, for personal and professional growth.
Tamanho do Arquivo 17.26 KB
Contagem de Instalações 144
Versão Atual 2.1.0.0
Última Atualização 2022-08-27
Data de Publicação 2022-06-15
Desenvolvedor WSM Eikon
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.wholesoftmarket.com/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}