Stellar
Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.
ما هو Stellar؟
Stellar هو إضافة Chrome تم تطويرها بواسطة https://stellar-influence.com، والميزة الرئيسية لها هي "Turn social media and the entire web into an influencer database using the Stellar chrome browser extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stellar
قم بتنزيل ملفات الامتداد Stellar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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\/" ] } |