Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
Hvad er Influencer Engage?
Influencer Engage er en Chrome-udvidelse udviklet af https://influence.co, og dens hovedfunktion er "Turn the entire web into an influencer database using the influence.co chrome browser extension.".
Udvidelsesskærmbilleder
Download Influencer Engage-udvidelses-CRX-fil
Download Influencer Engage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nmemjibioknipghbmhpdgbblddmncanb |
| Officiel URL | https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb |
| Beskrivelse | Turn the entire web into an influencer database using the influence.co chrome browser extension. |
| Filstørrelse | 180 KB |
| Antal Installationer | 2,822 |
| Nuværende Version | 0.15 |
| Senest Opdateret | 2021-06-16 |
| Udgivelsesdato | 2018-01-21 |
| Bedømmelse | 4.91/5 Samlet 11 Bedømmelser |
| Udvikler | https://influence.co |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://influence.co |
| URL til Fortrolighedspolitik Side | https://influence.co/go/privacy-policy |
| Understøttede Sprog | 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\/"
]
} | |