SocialSelling.Ai
A chrome extension to get your analytics on Linkedin
SocialSelling.Ai란 무엇입니까?
SocialSelling.Ai은(는) http://socialselling.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to get your analytics on Linkedin"입니다.
확장 프로그램 스크린샷
SocialSelling.Ai 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |