Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
What is Influencer Engage?
Influencer Engage is a Chrome extension developed by https://influence.co, and its main feature is "Turn the entire web into an influencer database using the influence.co chrome browser extension.".
Extension Screenshots
Download Influencer Engage Extension CRX File
Download Influencer Engage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Influencer Engage |
ID | nmemjibioknipghbmhpdgbblddmncanb |
Official URL | https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb |
Description | Turn the entire web into an influencer database using the influence.co chrome browser extension. |
File Size | 180 KB |
Installation Count | 2,822 |
Current Version | 0.15 |
Last Updated | 2021-06-16 |
Publish Date | 2018-01-21 |
Rating | 4.91/5 Total 11 Ratings |
Developer | https://influence.co |
[email protected] | |
Payment Type | free |
Extension Website | https://influence.co |
Privacy Policy Page URL | https://influence.co/go/privacy-policy |
Supported Languages | 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\/" ] } |