Stellar
Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.
Co to jest Stellar?
Stellar to rozszerzenie Chrome opracowane przez https://stellar-influence.com, a jego główną funkcją jest „Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stellar
Pobierz pliki rozszerzeń Stellar 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcpbeohndimomdjapnnkdlhhncnjdack |
Oficjalny URL | https://chromewebstore.google.com/detail/stellar/mcpbeohndimomdjapnnkdlhhncnjdack |
Opis | Turn social media and the entire web into an influencer database using the Stellar chrome browser extension. |
Rozmiar pliku | 1.33 MB |
Liczba instalacji | 978 |
Aktualna Wersja | 2.3.4 |
Ostatnia Aktualizacja | 2020-04-01 |
Data Publikacji | 2020-04-01 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://stellar-influence.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://stellar-influence.com |
Adres URL Strony Pomocy | https://intercom.help/stellario |
Obsługiwane Języki | 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\/" ] } |