EzyInsights for Chrome
The Ezy way to see how popular the article you're reading is across social networks
EzyInsights for Chrome란 무엇입니까?
EzyInsights for Chrome은(는) EzyInsights에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Ezy way to see how popular the article you're reading is across social networks"입니다.
확장 프로그램 스크린샷
EzyInsights for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Available exclusively to EzyInsights customers. Find out how the article you're reading is performing on social media with one click. EzyInsights for Chrome shows you all engagement for a given article across major social media networks. See at a glance how fast the article is picking up engagement in real-time. You’ll also see a breakdown of other publishers and celebrities that have shared it on their own Facebook pages. To become an EzyInsights customer, sign up at EzyInsights.com for a trial or email us at [email protected]
확장 프로그램 기본 정보
이름 | EzyInsights for Chrome |
ID | pkbcojdobadeaaokfccfhakpboblbdhd |
공식 URL | https://chromewebstore.google.com/detail/ezyinsights-for-chrome/pkbcojdobadeaaokfccfhakpboblbdhd |
설명 | The Ezy way to see how popular the article you're reading is across social networks |
파일 크기 | 5.11 MB |
설치 횟수 | 591 |
현재 버전 | 1.9.8 |
최근 업데이트 | 2021-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | EzyInsights |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ezyinsights.com |
개인정보 보호 정책 페이지 URL | https://www.iubenda.com/privacy-policy/515176/legal |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EzyInsights for Chrome", "description": "The Ezy way to see how popular the article you're reading is across social networks", "short_name": "Ezy Link", "version": "1.9.8", "permissions": [ "activeTab", "https:\/\/app.ezyinsights.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "js\/api.js", "js\/popup.js", "bower_components\/jquery\/dist\/jquery.min.js" ] }, "minimum_chrome_version": "56", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |