Stellar
Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.
Hvad er Stellar?
Stellar er en Chrome-udvidelse udviklet af https://stellar-influence.com, og dens hovedfunktion er "Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.".
Udvidelsesskærmbilleder
Download Stellar-udvidelses-CRX-fil
Download Stellar-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
Quickly and easily build your influencer network with a click of a button. With the Stellar Browser extension save any influencer profile to your stellar account straight from Instagram, YouTube, TikTok, Facebook, Twitter and Blogs.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mcpbeohndimomdjapnnkdlhhncnjdack |
Officiel URL | https://chromewebstore.google.com/detail/stellar/mcpbeohndimomdjapnnkdlhhncnjdack |
Beskrivelse | Turn social media and the entire web into an influencer database using the Stellar chrome browser extension. |
Filstørrelse | 1.33 MB |
Antal Installationer | 978 |
Nuværende Version | 2.3.4 |
Senest Opdateret | 2020-04-01 |
Udgivelsesdato | 2020-04-01 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | https://stellar-influence.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://stellar-influence.com |
Hjælpeside-URL | https://intercom.help/stellario |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stellar", "description": "Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.", "version": "2.3.4", "browser_action": { "default_icon": { "16": "images\/stellar_logo_16.png", "24": "images\/stellar_logo_24.png", "32": "images\/stellar_logo_32.png", "64": "images\/stellar_logo_64.png", "128": "images\/stellar_logo_128.png" }, "default_popup": "popup.html", "default_title": "Stellar" }, "icons": { "16": "images\/stellar_logo_16.png", "24": "images\/stellar_logo_24.png", "32": "images\/stellar_logo_32.png", "64": "images\/stellar_logo_64.png", "128": "images\/stellar_logo_128.png" }, "permissions": [ "cookies", "activeTab", "http:\/\/app.stellar.io\/", "http:\/\/api.stellar.io\/", "https:\/\/app.stellar.io\/", "https:\/\/api.stellar.io\/" ] } |