SARAL
Find creator's contact info on social platform, send emails, and own & manage your relationships.
SARAL란 무엇입니까?
SARAL은(는) CHVN Software Private Limited.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find creator's contact info on social platform, send emails, and own & manage your relationships."입니다.
확장 프로그램 스크린샷
SARAL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SARAL is the operating system for your influencer marketing program. This extension is our companion app that helps you find creators on Youtube, Instagram, and Tiktok! With the chrome extension, you can find creator info such as their email address, follower count, engagement rate, and assess the right fee to pay them. Once you do this, SARAL enables you to organise your relationships and reach out to them with personalized email drip campaigns. Install and try it today! Don't forget to Get Saral: https://www.getsaral.com
확장 프로그램 기본 정보
이름 | |
ID | fiienncdapmaacfjbfaomcfogknalfep |
공식 URL | https://chromewebstore.google.com/detail/saral/fiienncdapmaacfjbfaomcfogknalfep |
설명 | Find creator's contact info on social platform, send emails, and own & manage your relationships. |
파일 크기 | 295 KB |
설치 횟수 | 778 |
현재 버전 | 2.2.7.18 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2022-07-29 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | CHVN Software Private Limited. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.getsaral.com/ |
개인정보 보호 정책 페이지 URL | https://www.getsaral.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SARAL", "version": "2.2.7.18", "description": "Find creator's contact info on social platform, send emails, and own & manage your relationships.", "manifest_version": 3, "icons": { "48": "icons\/default_icon.png" }, "permissions": [ "tabs", "activeTab", "cookies", "scripting", "storage" ], "host_permissions": [ "https:\/\/app.getsaral.com\/*", "https:\/\/www.instagram.com\/*\/", "https:\/\/www.tiktok.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/localhost:5173\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*\/", "https:\/\/www.youtube.com\/*", "https:\/\/www.tiktok.com\/*" ], "js": [ "\/scripts\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "48": "icons\/default_icon.png" }, "default_popup": "pages\/popup\/index.html" } } |