TouchStone Influencer Analysis on Instagram
Get Instagram insights - Top Marketing Instagram Analytics Tools in 2020
Τι είναι το TouchStone Influencer Analysis on Instagram;
Το TouchStone Influencer Analysis on Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AppWouldWork, και η κύρια λειτουργία του είναι "Get Instagram insights - Top Marketing Instagram Analytics Tools in 2020".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TouchStone Influencer Analysis on Instagram
Λήψη αρχείων επέκτασης TouchStone Influencer Analysis on Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Start tracking the influencer Instagram metrics today with our Chrome Extension. Take the risk out of influencer marketing and find the perfect influencers faster in realtime. Simply open the Instagram profile, the analysis report automatically show up. - Audience size - Average likes - Average comments - Influencer account overall engagement rate ( likes + comments / followers) - Tag cloud ( most popular tags used), support download - Posts frequency The analysis result is based on how many posts you’re reading. Everything is automatically, plug and play. Note: TouchStone is not directly affiliated with Instagram Support: Love or hate it? Drop me an email [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | TouchStone Influencer Analysis on Instagram |
ID | ogcfjbebfabpgapkeocfjlohdlgoeekm |
Επίσημο URL | https://chromewebstore.google.com/detail/touchstone-influencer-ana/ogcfjbebfabpgapkeocfjlohdlgoeekm |
Περιγραφή | Get Instagram insights - Top Marketing Instagram Analytics Tools in 2020 |
Μέγεθος Αρχείου | 1.56 MB |
Αριθμός Εγκαταστάσεων | 72 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2020-12-04 |
Ημερομηνία Δημοσίευσης | 2020-11-30 |
Αξιολόγηση | 1.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | AppWouldWork |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TouchStone Influencer Analysis on Instagram", "description": "Get Instagram insights - Top Marketing Instagram Analytics Tools in 2020", "version": "1.0.1", "manifest_version": 2, "icons": { "19": "images\/favicon.png", "38": "images\/favicon.png", "48": "images\/favicon.png", "128": "images\/favicon.png" }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/favicon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup.html" } }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*", "*:\/\/instagram.com\/*" ], "js": [ "lib\/jquery.min.js", "lib\/xhook.js", "js\/content.js", "inject\/hook.js" ], "css": [ "inject\/sidebar.css", "inject\/bootstrap.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "lib\/xhook.js", "lib\/jquery.min.js", "inject\/sidebar.css", "inject\/data.js", "lib\/highcharts.js", "lib\/moment.js", "lib\/d3.v5.min.js", "lib\/d3.layout.cloud.min.js", "lib\/bootstrap.bundle.min.js", "inject\/hook.js", "lib\/highcharts_wordcloud.js", "lib\/highcharts_accessibility.js", "lib\/highcharts_exporting.js", "lib\/highcharts_export-data.js", "inject\/bootstrap.css", "inject\/sidebar.html", "images\/favicon.png" ], "permissions": [ "storage", "http:\/\/appwould.work\/*", "https:\/\/appwould.work\/*", "declarativeContent", "identity", "identity.email" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqUMNxbTuglL2+gmfCAc10M2hkWithx4ObZpe8gxqTskuvecP2X23RDTAMSMtZX20mXxNDbcWdXxhDYgJd+d0vSeq\/hUfuTJI9pn5KTztQL2HFxJ97eG+MrdSW1zWYZMt8SmOckRwwAKEL2VIkuC+XCwFKAKSk2WXtYq1E448Ak7mFsAiY1vGl6zHbuitpGqgq55AW95gI9SxEuGer5AZb6kpHcovwrypu+On\/u6SnG12w92AuD+e9QybwTU80ec56BGu+W89WkgLyIiss8Zo9Y2E3qDg\/wQYlS6WTniZm0pEW4Fqepv6w4yQBfHIOO6VWyeufIjUlmaSDEGPOOWRSwIDAQAB", "oauth2": { "client_id": "350222710750-s0g0jljcctted5h5lf8p7t11v71n2vs6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |