Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
Co to jest Influencer Engage?
Influencer Engage to rozszerzenie Chrome opracowane przez https://influence.co, a jego główną funkcją jest „Turn the entire web into an influencer database using the influence.co chrome browser extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Influencer Engage
Pobierz pliki rozszerzeń Influencer Engage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Influencer Engage |
ID | nmemjibioknipghbmhpdgbblddmncanb |
Oficjalny URL | https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb |
Opis | Turn the entire web into an influencer database using the influence.co chrome browser extension. |
Rozmiar pliku | 180 KB |
Liczba instalacji | 2,822 |
Aktualna Wersja | 0.15 |
Ostatnia Aktualizacja | 2021-06-16 |
Data Publikacji | 2018-01-21 |
Ocena | 4.91/5 Łącznie 11 Oceny |
Deweloper | https://influence.co |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://influence.co |
Adres URL Strony Polityki Prywatności | https://influence.co/go/privacy-policy |
Obsługiwane Języki | 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\/" ] } |