Aspire Creator Search and Discovery
Your bridge to a larger discovery universe
什么是Aspire Creator Search and Discovery?
Aspire Creator Search and Discovery是由Aspire开发的Chrome扩展程序,该扩展的主要功能是“Your bridge to a larger discovery universe”。
扩展截图
下载Aspire Creator Search and Discovery扩展crx文件
下载Aspire Creator Search and Discovery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Streamline time-consuming influencer searching with the free Aspire Chrome extension. ● Find, save, and recruit creators from anywhere on the web. ● Send personalized messages to creators on Instagram DM. ● Save creator profiles for a future campaign. Currently compatible with Instagram, TikTok, Youtube and Pinterest and only for Aspire customers. To get started… 1. Install the free Chrome extension. Make sure you're logged into your Aspire account. 2. Navigate to IG, TT, Youtube or Pinterest, and start searching! 3. When you find a creator and want to add to them to a campaign or save for later, hit "Invite" or "Add to Group." 4. Creator information, contact info, and analytics are directly imported into Aspire.
扩展基本信息
名称 | Aspire Creator Search and Discovery |
ID | kolficballcjgjlhlppmfeplgjndnfie |
官方URL | https://chromewebstore.google.com/detail/aspire-creator-search-and/kolficballcjgjlhlppmfeplgjndnfie |
简介 | Your bridge to a larger discovery universe |
文件大小 | 972 KB |
安装次数 | 400 |
当前版本 | 1.2.1 |
更新时间 | 2024-01-17 |
上架时间 | 2022-12-19 |
评分 | 3.50/5 共2次评分 |
开发者 | Aspire |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://aspire.io |
隐私政策页面URL | https://aspire.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Aspire Creator Search and Discovery", "version": "1.2.1", "description": "Your bridge to a larger discovery universe", "icons": { "16": "aspire-logo.png", "48": "aspire-logo-36.png", "128": "aspire-logo.png" }, "action": { "default_icon": { "16": "aspire-logo-36.png", "24": "aspire-logo-36.png", "32": "aspire-logo-36.png" }, "default_title": "Aspire", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.pinterest.com\/*" ], "permissions": [ "storage", "identity", "tabs", "scripting" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.pinterest.com\/*" ], "js": [ "contentScript.js" ] } ] } |