BrandMaxima Analytics for Twitter
BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and…
ما هو BrandMaxima Analytics for Twitter؟
BrandMaxima Analytics for Twitter هو إضافة Chrome تم تطويرها بواسطة https://brandmaxima.com، والميزة الرئيسية لها هي "BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BrandMaxima Analytics for Twitter
قم بتنزيل ملفات الامتداد BrandMaxima Analytics for Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and Brands. BrandMaxima's Big Data Engine provides actionable insights about over 50 Million Social Media Accounts worldwide in Twitter, Facebook and YouTube platforms. BrandMaxima's Twitter #Hashtag tracker and Analytics is a FREE Google Chrome Extension which provides instant analytics report for any #Hashtag or keyword. Here is the list of important metrics available for #hashtag and keyword with this extension 1) Potential Reach 2) Timeline Distribution 3) Top Tweets 4) Top Contributors 5) Demography Analysis 6) Sentiment Analysis 7) Related Hashtags 8) Related Keywords 9) Top Mentions 9) Influencer Analysis 10) Geographical Analysis 11) Text and Media tweets distribution 12) Linked Stories
معلومات أساسية عن التمديد
الاسم | BrandMaxima Analytics for Twitter |
ID | dmdkifmkkppnnkfimilmciojbajbngki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/brandmaxima-analytics-for/dmdkifmkkppnnkfimilmciojbajbngki |
الوصف | BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and… |
حجم الملف | 703 KB |
عدد التثبيتات | 192 |
النسخة الحالية | 3.0.2 |
آخر تحديث | 2019-12-19 |
تاريخ النشر | 2019-12-12 |
المطور | https://brandmaxima.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://brandmaxima.com/ |
عنوان صفحة المساعدة | https://brandmaxima.com/extension/twitter-analytics/ |
عنوان صفحة سياسة الخصوصية | https://brandmaxima.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BrandMaxima Analytics for Twitter", "short_name": "BrandMaxima Analytics Twitter", "version": "3.0.2", "description": "", "homepage_url": "https:\/\/brandmaxima.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webNavigation", "https:\/\/twitter.com\/*", "https:\/\/brandmaxima.com\/*", "storage" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "BrandMaxima Twitter Analytics", "default_popup": "src\/browser_action\/browser_action.html" }, "web_accessible_resources": [ "icons\/brandmaxima-icon.png", "images\/trending.png", "images\/tweets.png", "images\/bm-load.gif-c200", "images\/collapse.png", "images\/expand.png", "images\/eye.png", "images\/embed.png", "images\/referrer.png", "images\/login.png", "icons\/icon19.png" ], "externally_connectable": { "matches": [ "https:\/\/brandmaxima.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "css": [ "css\/bm_custom.min.css", "css\/bootstrap.min.css" ] }, { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "js\/jquery.min.js", "js\/utils.min.js", "js\/content.min.js", "js\/bootstrap.min.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/background.min.js", "js\/data.min.js" ], "persistent": true } } |