Reech Influence Cloud
Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks.
Reech Influence Cloud란 무엇입니까?
Reech Influence Cloud은(는) https://reech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks."입니다.
확장 프로그램 스크린샷
Reech Influence Cloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks. Supported social networks: -Instagram -YouTube -TikTok -Twitter -Facebook How to use: 1. Create a Reech Influence Cloud account at www.reech.com/influence-cloud 2. Install the plugin 3. Be sure you're logged-in to your account 4. Go to any profile or publication on the supported social networks
확장 프로그램 기본 정보
이름 | Reech Influence Cloud |
ID | bcjhlhfbommeoahdfikoefggpahfipjj |
공식 URL | https://chromewebstore.google.com/detail/reech-influence-cloud/bcjhlhfbommeoahdfikoefggpahfipjj |
설명 | Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks. |
파일 크기 | 935 KB |
설치 횟수 | 143 |
현재 버전 | 0.0.11 |
최근 업데이트 | 2024-01-27 |
출시 날짜 | 2023-10-10 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://reech.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.reech.com |
개인정보 보호 정책 페이지 URL | https://www.reech.com/privacy |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.11", "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "48": "assets\/img\/icon-48.png", "96": "assets\/img\/icon-96.png", "128": "assets\/img\/icon-128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "assets\/img\/icon-16.png", "24": "assets\/img\/icon-24.png", "32": "assets\/img\/icon-32.png" } }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.tiktok.com\/*" ], "css": [ "assets\/css\/fonts.css" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.tiktok.com\/*", "*:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/img\/*", "assets\/fonts\/*", "assets\/css\/*" ], "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.tiktok.com\/*", "*:\/\/*.youtube.com\/*" ] } ] } |