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 |
Eメール | [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" ] } ] } |