Influencer Insight | Omnifluence.io

Analyse engagement rate of any influencer right in your browser.

Τι είναι το Influencer Insight | Omnifluence.io;

Το Influencer Insight | Omnifluence.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.omnifluence.io, και η κύρια λειτουργία του είναι "Analyse engagement rate of any influencer right in your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Influencer Insight | Omnifluence.io

Λήψη αρχείων επέκτασης Influencer Insight | Omnifluence.io σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Influencer Searcher Engagement Rate Extension for Instagram.

This extension lets you view Instagram users average engagement rate as well as other relevant data right on their profile.

Includes following data completely for free:
 • post engagement rate
 • average views 
 • average likes

Video data included (also free)
 • average video views
 • average  video reach
 • average video engagement
 • average video likes
 • average video comments

How does it work?
1. Make sure you are logged in to Instagram and have this extension running.
2. Navigate to any user profile on your desktop chrome browser.
3. The new user data should be visible to the right of the usual Instagram data (such as bio, followers,etc).

________________________
Whats New!
________________________

Version 2.3 

Improved the caching and load times.
Fixed a issue where the Stats showed up on video playbacks.

Version 2.2

Opening the popup you can now view the aggregated stats of all your saved Influencers.

Clicking on a saved Influencers name will now open their Instagram account on a new window.

Release of version 2.0! 

With the release of version 2.0 we have also added PRO version with some extra features (you can read more about why we have added a pro version at the bottom)

New Features

* Download a .csv file of bookmarked influencers - PRO
* Charts! Quickly view the average performance of the Influencer you are viewing in easy to understand visualization.  - PRO

Changes

* Streamlined the bookmark process so that more data can be stored NOTE unfortunately this causes all bookmarks of previous versions to no longer work. - ALL
* Improved the Influencer box, sometimes it didn't show up at all. This should be fixed now

Feature Roadmap 
(what cool new things will be included in the future)
1. Support for TikTok data - Same as Instagram but for TikTok! - DONE
2. YouTube integration - Same deal here but on Youtube.
3.  Twitter version - Yeah we want to go on Twitter too!
4. Cross platform integration - Keep track of the Influencer across multiple platforms rather than having to find them on each one.

Feedback & Support
We are always happy to hear your thoughts and suggestion. Don't hesitate to reach out to us!

Pro Version Why?
As our user base has grown (awesome!) so has our server infrastructure. To the point that it can no longer keep up with a adequate performance. 

As the cost would be to high to pay myself and I don't want to turn it into a buy only app, what has been free until now will continue to be free but with some limits in how many searches can be done each month. 

We created the PRO version as a way for our users to support the continued development of this extension but also to get some cool extra features as a thank you for the support.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Influencer Insight | Omnifluence.io Influencer Insight | Omnifluence.io
ID bhgpimjehlhondcoagddglglegkajkmo
Επίσημο URL https://chromewebstore.google.com/detail/influencer-insight-omnifl/bhgpimjehlhondcoagddglglegkajkmo
Περιγραφή Analyse engagement rate of any influencer right in your browser.
Μέγεθος Αρχείου 172 KB
Αριθμός Εγκαταστάσεων 339
Τρέχουσα Έκδοση 2.4
Τελευταία Ενημέρωση 2022-11-13
Ημερομηνία Δημοσίευσης 2022-01-11
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.omnifluence.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.omnifluence.io/tools/extensions/influencer-insight
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Influencer Insight | Omnifluence.io",
    "description": "Analyse engagement rate of any influencer right in your browser.",
    "version": "2.4",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "logo16.png",
            "48": "logo48.png",
            "128": "logo128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click to view more"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/instagram_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.omnifluence.io\/"
    ]
}