Authentic Stats
Authentic Stats extension helps you collect your own Twitter and Pinterest analytics.
Τι είναι το Authentic Stats;
Το Authentic Stats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://authenticstats.com, και η κύρια λειτουργία του είναι "Authentic Stats extension helps you collect your own Twitter and Pinterest analytics.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Authentic Stats
Λήψη αρχείων επέκτασης Authentic Stats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Authentic Stats is a reporting tool for influencers. You can create, edit and share your influencer campaign reports with your clients quickly. The Authentic Stats Chrome Browser Extension helps you collect stats from your Pinterest and Twitter accounts saving you the manual work of taking screenshots. To use this extension, get a Free Authentic Stats account at https://authenticstats.com Authentic Stats extension for Google Chrome. 👉 Connect your Pinterest account to Authentic ★ Save Pinterest account stats ★ Add / Edit Pinterest Pin stats 👉 Connect your Twitter account to Authentic ★ Save Twitter account stats ★ Add / Edit Tweets stats
Βασικές Πληροφορίες Επέκτασης
Όνομα | Authentic Stats |
ID | pokingnhkhkemcnjmdhemfadicodhcdi |
Επίσημο URL | https://chromewebstore.google.com/detail/authentic-stats/pokingnhkhkemcnjmdhemfadicodhcdi |
Περιγραφή | Authentic Stats extension helps you collect your own Twitter and Pinterest analytics. |
Μέγεθος Αρχείου | 23.75 KB |
Αριθμός Εγκαταστάσεων | 107 |
Τρέχουσα Έκδοση | 1.3.1 |
Τελευταία Ενημέρωση | 2024-02-09 |
Ημερομηνία Δημοσίευσης | 2021-11-02 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://authenticstats.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://authenticstats.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://authenticstats.com/help/extension |
URL της Σελίδας Πολιτικής Απορρήτου | https://authenticstats.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Authentic Stats", "short_name": "Authentic Stats", "author": "Gergely Varga", "version": "1.3.1", "description": "Authentic Stats extension helps you collect your own Twitter and Pinterest analytics.", "manifest_version": 3, "icons": { "16": "icons\/authentic-16.png", "32": "icons\/authentic-32.png", "48": "icons\/authentic-48.png", "128": "icons\/authentic-128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.authenticstats.com\/*", "*:\/\/*.authentic.dev.42ds.co\/*", "*:\/\/*.authentic.dev.42csm.com\/*" ], "js": [ "js\/cs-au.js" ] }, { "css": [ "css\/shared.css" ], "matches": [ "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinterest.ru\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.se\/*", "*:\/\/*.pinterest.pt\/*", "*:\/\/*.pinterest.at\/*", "*:\/\/*.pinterest.dk\/*", "*:\/\/*.pinterest.hu\/*", "*:\/\/*.pinterest.be\/*", "*:\/\/*.pinterest.ca\/*", "*:\/\/*.pinterest.in\/*", "*:\/\/*.pinterest.ec\/*", "*:\/\/*.pinterest.co\/*", "*:\/\/*.pinterest.cr\/*", "*:\/\/*.pinterest.id\/*", "*:\/\/*.pinterest.nz\/*", "*:\/\/*.pinterest.uk\/*", "*:\/\/*.pinterest.it\/*", "*:\/\/*.pinterest.info\/*", "*:\/\/*.pinterest.nl\/*", "*:\/\/*.pinterest.ch\/*", "*:\/\/*.pinterest.pe\/*", "*:\/\/*.pinterest.th\/*", "*:\/\/*.pinterest.tk\/*", "*:\/\/*.pinterest.jp\/*", "*:\/\/*.pinterest.ie\/*", "*:\/\/*.pinterest.cl\/*", "*:\/\/*.pinterest.tw\/*", "*:\/\/*.pinterest.es\/*", "*:\/\/*.pinterest.ph\/*", "*:\/\/*.pinterest.vn\/*", "*:\/\/*.pinterest.ag\/*", "*:\/\/*.pinterest.cz\/*", "*:\/\/*.pinterest.gs\/*", "*:\/\/*.pinterest.am\/*", "*:\/\/*.pinterest.bz\/*", "*:\/\/*.pinterest.cn\/*", "*:\/\/*.pinterest.mx\/*", "*:\/\/*.pinterest.co.nz\/*", "*:\/\/*.pinterest.co.at\/*", "*:\/\/*.pinterest.co.cr\/*", "*:\/\/*.pinterest.co.bo\/*", "*:\/\/*.pinterest.co.es\/*", "*:\/\/*.pinterest.co.py\/*", "*:\/\/*.pinterest.co.uk\/*", "*:\/\/*.pinterest.co.in\/*", "*:\/\/*.pinterest.co.vn\/*", "*:\/\/*.pinterest.co.pt\/*", "*:\/\/*.pinterest.co.pe\/*", "*:\/\/*.pinterest.com.bo\/*", "*:\/\/*.pinterest.com.co\/*", "*:\/\/*.pinterest.com.cn\/*", "*:\/\/*.pinterest.com.au\/*", "*:\/\/*.pinterest.com.ag\/*", "*:\/\/*.pinterest.com.es\/*", "*:\/\/*.pinterest.com.py\/*", "*:\/\/*.pinterest.com.ph\/*", "*:\/\/*.pinterest.com.uk\/*", "*:\/\/*.pinterest.com.vn\/*", "*:\/\/*.pinterest.com.pt\/*", "*:\/\/*.pinterest.com.pl\/*", "*:\/\/*.pinterest.com.pe\/*", "*:\/\/*.pinterest.com.tw\/*", "*:\/\/*.pinterest.com.ve\/*", "*:\/\/*.pinterest.com.mx\/*" ], "js": [ "js\/cs-pt.js" ] }, { "css": [ "css\/shared.css" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "js\/cs-tw.js" ] } ] } |