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文件
下载SARAL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |