Stellar
Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.
什麼是Stellar?
Stellar是由https://stellar-influence.com開發的Chrome擴展程式,該擴展的主要功能是“Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.”。
擴展截圖
下載Stellar擴展crx文件
下載Stellar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | mcpbeohndimomdjapnnkdlhhncnjdack |
官方網址 | https://chromewebstore.google.com/detail/stellar/mcpbeohndimomdjapnnkdlhhncnjdack |
簡介 | Turn social media and the entire web into an influencer database using the Stellar chrome browser extension. |
檔案大小 | 1.33 MB |
安裝次數 | 978 |
目前版本 | 2.3.4 |
更新時間 | 2020-04-01 |
上架時間 | 2020-04-01 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://stellar-influence.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://stellar-influence.com |
說明頁面URL | https://intercom.help/stellario |
支援的語言 | 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\/" ] } |