Aspire Creator Search and Discovery

Your bridge to a larger discovery universe

Aspire Creator Search and Discovery क्या है?

Aspire Creator Search and Discovery Aspire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your bridge to a larger discovery universe"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aspire Creator Search and Discovery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
            ]
        }
    ]
}