SocialSelling.Ai
A chrome extension to get your analytics on Linkedin
Τι είναι το SocialSelling.Ai;
Το SocialSelling.Ai είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://socialselling.ai, και η κύρια λειτουργία του είναι "A chrome extension to get your analytics on Linkedin".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SocialSelling.Ai
Λήψη αρχείων επέκτασης SocialSelling.Ai σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Analytics plugin for LinkedIn What is it for? Measure your content performance and LinkedIn activity with stats and analytics from SocialSelling.Ai . Understand what works and what doesn’t in a matter of minutes. Focus on creating content, engaging with people and build your brand. SocialSelling.Ai helps you to understand the numbers behind your LinkedIn activity. So you can reach a much bigger audience with your content. How does this work? SocialSelling.Ai works in the background collecting data to provide key growth insights. How to use SocialSelling.Ai? 1- Install SocialSelling.Ai Chrome Extension 2- Login with Linkedin to the app to get started. 3- Share post on Linkedin, and see how you engage people over time. How do we handle your data? In order to use SocialSelling.Ai, you need to login to your LinkedIn account. SocialSelling.Ai will use a robot to collect data from your LinkedIn account every 5 minutes. Here are the following tasks that can be performed on your behalf when you install SocialSelling.Ai: 1- Extract the analytics of your own posts (number of likes, views, comments etc…) 2- Extract the analytics of your own account (number of follower, views, etc…) 3- Write helper, with Gpt-3 (Soon)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jnkgdkehcgepppcgkombhealknodmdli |
Επίσημο URL | https://chrome.google.com/webstore/detail/socialsellingai/jnkgdkehcgepppcgkombhealknodmdli |
Περιγραφή | A chrome extension to get your analytics on Linkedin |
Μέγεθος Αρχείου | 176 KB |
Αριθμός Εγκαταστάσεων | 89 |
Τρέχουσα Έκδοση | 1.1.9 |
Τελευταία Ενημέρωση | 2021-10-31 |
Ημερομηνία Δημοσίευσης | 2020-02-27 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://socialselling.ai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://socialselling.ai/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://socialselling.ai/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://socialselling.ai/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.9", "name": "SocialSelling.Ai", "description": "A chrome extension to get your analytics on Linkedin", "short_name": "SSA", "homepage_url": "https:\/\/socialselling.ai", "author": "Martin Donadieu", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup\/index.html", "default_icon": { "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "SocialSelling.Ai" }, "icons": { "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "content-scripts\/index.js" ], "css": [ "content-scripts\/index.4219a0be.css" ] } ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "permissions": [ "background", "cookies" ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/icon128.png", "assets\/icons\/icon48.png" ], "matches": [] }, { "resources": [ "https:\/\/unpkg.com\/[email protected]\/img\/apple\/sheets-256\/64.png", "https:\/\/unpkg.com\/[email protected]\/img\/facebook\/sheets-256\/64.png", "https:\/\/unpkg.com\/[email protected]\/img\/google\/sheets-256\/64.png", "https:\/\/unpkg.com\/[email protected]\/img\/twitter\/sheets-256\/64.png" ], "matches": [ "https:\/\/*.linkedin.com\/*" ] } ] } |