Stellar
Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.
Vad är Stellar?
Stellar är en Chrome-tillägg utvecklad av https://stellar-influence.com, och dess huvudfunktion är "Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.".
Tilläggsskärmbilder
Ladda ner Stellar-förlängningens CRX-fil
Ladda ner Stellar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | mcpbeohndimomdjapnnkdlhhncnjdack |
Officiell webbadress | https://chromewebstore.google.com/detail/stellar/mcpbeohndimomdjapnnkdlhhncnjdack |
Beskrivning | Turn social media and the entire web into an influencer database using the Stellar chrome browser extension. |
Filstorlek | 1.33 MB |
Antal Installationer | 978 |
Aktuell Version | 2.3.4 |
Senast Uppdaterad | 2020-04-01 |
Publiceringsdatum | 2020-04-01 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | https://stellar-influence.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://stellar-influence.com |
Hjälpsida URL | https://intercom.help/stellario |
Stödda Språk | 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\/" ] } |