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 |
官方網址 | 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" ] } ] } |