Aspire Creator Search and Discovery
Your bridge to a larger discovery universe
Aspire Creator Search and Discovery là gì?
Aspire Creator Search and Discovery là một tiện ích mở rộng Chrome được phát triển bởi Aspire, và tính năng chính của nó là "Your bridge to a larger discovery universe".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Aspire Creator Search and Discovery
Tải xuống các tệp mở rộng Aspire Creator Search and Discovery dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Aspire Creator Search and Discovery |
ID | kolficballcjgjlhlppmfeplgjndnfie |
URL Chính Thức | https://chromewebstore.google.com/detail/aspire-creator-search-and/kolficballcjgjlhlppmfeplgjndnfie |
Mô tả | Your bridge to a larger discovery universe |
Kích Thước Tệp | 972 KB |
Số Lần Cài Đặt | 400 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2022-12-19 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Aspire |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://aspire.io |
URL Trang Chính Sách Bảo Mật | https://aspire.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |