Reachdog

Reach Dog is a free research tool that saves time with searching for influencers and hashtags.

Τι είναι το Reachdog;

Το Reachdog είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://reach.dog, και η κύρια λειτουργία του είναι "Reach Dog is a free research tool that saves time with searching for influencers and hashtags.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Reachdog

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

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

                        Welcome to Reach Dog !

Discover social media metrics on Tik-Tok, Facebook, Instagram, Twitch, YouTube and Twitter. 

HOW DOES IT WORK?

The extension automatically retrieves deep analytics from any social media profile so you can look at numerical data like: avg. reach, avg. views, avg. likes, avg. engagement rate and avg. shares.

Visually, the extension offers you 3 key elements when browsing social media profiles on desktop:

-  STATS
Gives you numerical data on how a profile performs, useful for marketing research.

-  STAR ICON
Lets you save profiles so you can look at them later. Group and organize your favorites for easier research and decision making.

-  GREEN PAW PRINT ICON
Takes you to the user’s Mention Page, where you can see which accounts tag them and explore their pages.

WHO USES THE REACH DOG EXTENSION?

- Marketers
To research deep social media analytics for marketing campaigns

-  Influencers
To research other influencers to collab with

-  Brands
To research other brands or influencers to collab with

-  General Audience
To browse their favorite brands, influencers, and celebrities.

VISIT THE REACH.DOG WEBSITE

To unlock the full potential of the extension by visiting the Reach Dog website where you can make use of powerful tools like: 

Hashtag Research Tool
Search up to 3 hashtags at the same time and look for posts who posses those specific hashtags. A tool that lets you search the most popular post using a given hashtag.

Mentions Page
The Mentions Page opens you the doors to the universe! 
Explore any user and discover the tagged posts and related accounts where the user has been mentioned. Useful for public relations and brand management.

Deeper Analytics
Check out any user’s Posting Calendar, their Top Used Hashtags, Their most popular post and all their social media profiles in one place. 

Featured Store ( beta ) 

Join the #1 social media research tool by visiting www.reach.dog on your web browser and subscribe to our YouTube Channel                    

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

Όνομα Reachdog Reachdog
ID ledfmijmmopjmiblbhmgcologenjpfoe
Επίσημο URL https://chromewebstore.google.com/detail/reachdog/ledfmijmmopjmiblbhmgcologenjpfoe
Περιγραφή Reach Dog is a free research tool that saves time with searching for influencers and hashtags.
Μέγεθος Αρχείου 2.33 MB
Αριθμός Εγκαταστάσεων 239
Τρέχουσα Έκδοση 2.0.8
Τελευταία Ενημέρωση 2023-03-17
Ημερομηνία Δημοσίευσης 2021-07-16
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://reach.dog
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://reach.dog/
Διεύθυνση URL της Σελίδας Βοήθειας https://reach.dog/
URL της Σελίδας Πολιτικής Απορρήτου https://reach.dog/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reachdog",
    "description": "Reach Dog is a free research tool that saves time with searching for influencers and hashtags.",
    "version": "2.0.8",
    "background": {
        "service_worker": "\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/reach.dog\/",
        "*:\/\/*.reach.dog\/",
        "tabs",
        "storage",
        "http:\/\/dev.api\/*",
        "https:\/\/qavalidationapi.reach.dog\/*",
        "https:\/\/validationapi.reach.dog\/*",
        "http:\/\/localhost\/*"
    ],
    "host_permissions": [
        "*:\/\/reach.dog\/",
        "*:\/\/*.reach.dog\/",
        "https:\/\/*.tiktokcdn.com\/",
        "https:\/\/*.ytimg.com\/",
        "http:\/\/dev.api\/*",
        "https:\/\/qavalidationapi.reach.dog\/*",
        "https:\/\/validationapi.reach.dog\/*"
    ],
    "icons": {
        "48": "img\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/podcasts.google.com\/*",
                "https:\/\/podcasts.apple.com\/*",
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "injectScript.js"
            ],
            "css": [
                "fonts\/fontawesome\/css\/all.min.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/podcasts.google.com\/*",
                "https:\/\/podcasts.apple.com\/*",
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "urlactions.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "IGContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram\/pageObserver.js",
                "overlay.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "TwitterContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter\/pageObserver.js",
                "overlay.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "TiktokContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "tiktok\/pageObserver.js",
                "overlay.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "YoutubeContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube\/pageObserver.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "TwitchContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.spotify.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "injectFetch.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook\/index.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook\/pageObserver.js",
                "overlay.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "PinterestContentScript.js",
                "overlay.js"
            ]
        },
        {
            "matches": [
                "https:\/\/podcasts.google.com\/*"
            ],
            "js": [
                "GooglePodcastsContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/podcasts.apple.com\/*"
            ],
            "js": [
                "ApplePodcastsContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "SpotifyPodcastsContentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "xhr.js",
                "IGPageScript.js",
                "tiktok\/TiktokPageScript.js",
                "YouTubePageScript.js",
                "fetch.js",
                "fonts\/fontawesome\/webfonts\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}