Influencer Searcher Engagement Calculator

Influencer Searcher Engagement Rate Extension for Instagram and TikTok

O que é Influencer Searcher Engagement Calculator?

Influencer Searcher Engagement Calculator é uma extensão do Chrome desenvolvida por https://www.influencersearcher.com, e sua principal característica é "Influencer Searcher Engagement Rate Extension for Instagram and TikTok".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Influencer Searcher Engagement Calculator

Baixe arquivos de extensão Influencer Searcher Engagement Calculator 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

                        This extension will allow you to see an Instagram users engagement rate right within the Instagram & TikTok based on their recent  posts including likes and comments (up to 6 for IG / 30 For TikTok.

If an influencer is working with brands - you will also be able to see their comparative engagement rate for when an influencer has recently had a brand deal.

For Influencer Searcher customers you will be able to see the previous brands an influencer has worked with, create groups of influencers you would like to work with for a campaign and add create notes on influencers that can be seen by all users within the same company. (Coming back soon!)

Just head to Instagram.com or Tiktok.com to check it out!                    

Informações Básicas da Extensão

Nome Influencer Searcher Engagement Calculator Influencer Searcher Engagement Calculator
ID omlcfkdfjaidfgbnjaefnplnpjcghgpk
URL Oficial https://chromewebstore.google.com/detail/influencer-searcher-engag/omlcfkdfjaidfgbnjaefnplnpjcghgpk
Descrição Influencer Searcher Engagement Rate Extension for Instagram and TikTok
Tamanho do Arquivo 243 KB
Contagem de Instalações 10,354
Versão Atual 1.3.6
Última Atualização 2024-01-20
Data de Publicação 2020-05-13
Classificação 4.14/5 Total de 74 Avaliações
Desenvolvedor https://www.influencersearcher.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://influencersearcher.com/chrome-extension/
URL da Página de Ajuda https://influencersearcher.com/chrome-extension/
URL da Página de Política de Privacidade https://influencersearcher.com/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Influencer Searcher Engagement Calculator",
    "version": "1.3.6",
    "icons": {
        "128": "images\/icon128.png"
    },
    "description": "Influencer Searcher Engagement Rate Extension for Instagram and TikTok",
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Influencer Searcher"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "content.js",
                "interceptor.js"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/127.0.0.1:5000\/*",
        "*:\/\/*\/*"
    ]
}