Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
O que é Influencer Engage?
Influencer Engage é uma extensão do Chrome desenvolvida por https://influence.co, e sua principal característica é "Turn the entire web into an influencer database using the influence.co chrome browser extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Influencer Engage
Baixe arquivos de extensão Influencer Engage 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
Turn the entire web into an influencer database using the influence.co chrome browser extension. Anytime an influencer’s Instagram or Twitter accounts appear on a webpage, the browser extension’s icon will change to inform you that there are matches in the influence.co database.
Informações Básicas da Extensão
Nome | Influencer Engage |
ID | nmemjibioknipghbmhpdgbblddmncanb |
URL Oficial | https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb |
Descrição | Turn the entire web into an influencer database using the influence.co chrome browser extension. |
Tamanho do Arquivo | 180 KB |
Contagem de Instalações | 2,822 |
Versão Atual | 0.15 |
Última Atualização | 2021-06-16 |
Data de Publicação | 2018-01-21 |
Classificação | 4.91/5 Total de 11 Avaliações |
Desenvolvedor | https://influence.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://influence.co |
URL da Página de Política de Privacidade | https://influence.co/go/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Influencer Engage", "description": "Turn the entire web into an influencer database using the influence.co chrome browser extension.", "version": "0.15", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "inpage.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon-color.png" }, "browser_action": { "default_icon": "icon-bw.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/influence.co\/" ] } |