linktime: Linkedin Extension

What's the best time to post on Linkedin ?

O que é linktime: Linkedin Extension?

linktime: Linkedin Extension é uma extensão do Chrome desenvolvida por https://linktime.co, e sua principal característica é "What's the best time to post on Linkedin ?".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão linktime: Linkedin Extension

Baixe arquivos de extensão linktime: Linkedin Extension 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

                        The optimal time to share content on LinkedIn is when your audience is most active and ready to engage.

By analyzing when your audience is the most active, we understand their connection habits.

And create graphs everyday that help us determine the perfect timing for each of your posts.

 You spend hours on the right post, to post it at the wrong time.

Stop wasting your effort and try linktime now, it’s free.                    

Informações Básicas da Extensão

Nome linktime: Linkedin Extension linktime: Linkedin Extension
ID leefhlpiieldibogmhbmpdkdjdddabji
URL Oficial https://chromewebstore.google.com/detail/linktime-linkedin-extensi/leefhlpiieldibogmhbmpdkdjdddabji
Descrição What's the best time to post on Linkedin ?
Tamanho do Arquivo 231 KB
Contagem de Instalações 783
Versão Atual 1.2.12
Última Atualização 2024-03-05
Data de Publicação 2024-02-10
Classificação 5.00/5 Total de 23 Avaliações
Desenvolvedor https://linktime.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://linktime.co
URL da Página de Ajuda https://support.linktime.co
URL da Página de Política de Privacidade https://vialec75.notion.site/linktime-Privacy-Policy-205885b165b04acdb6ff2bf83ea275a4?pvs=4
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "linktime: Linkedin Extension",
    "version": "1.2.12",
    "description": "What's the best time to post on Linkedin ?",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/",
        "https:\/\/api.notion.com\/v1\/pages\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    }
}