GRIN Creator Discovery Web Extension
Creator Management by GRIN
GRIN Creator Discovery Web Extension क्या है?
GRIN Creator Discovery Web Extension GRIN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creator Management by GRIN"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GRIN Creator Discovery Web Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1. Navigate to a profile 2. Click the GRIN Creator Discovery Web Extension 3. View advanced statistics for creator analysis 4. View their email address (if publicly available) GRIN’s tool shows you stats such as: - Engagement rate - Likes per post - Comments per post - Video views per post - Likes-to-comments ratio Easily verify & audit Instagram, TikTok, YouTube, and Pinterest post performance from your creators! For customers of the full GRIN Creator Management platform, you can import the creators into your CRM and set the relationship stage, initial tags, and even add them directly to a marketing campaign. Install the GRIN Creator Discovery Web Extension today!
एक्सटेंशन की मूल जानकारी
नाम | GRIN Creator Discovery Web Extension |
ID | ifijiokgalnlacohanefljklpbfoeipl |
आधिकारिक URL | https://chromewebstore.google.com/detail/grin-creator-discovery-we/ifijiokgalnlacohanefljklpbfoeipl |
विवरण | Creator Management by GRIN |
फ़ाइल का आकार | 671 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 3.4.9 |
अंतिम अपडेट | 2024-02-06 |
प्रकाशन तिथि | 2019-12-27 |
रेटिंग | 4.28/5 कुल 25 रेटिंग्स |
डेवलपर | GRIN |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.grin.co |
सहायता पृष्ठ URL | https://help.grin.co/ |
गोपनीयता नीति पृष्ठ URL | https://www.grin.co/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GRIN Creator Discovery Web Extension", "version": "3.4.9", "description": "Creator Management by GRIN", "icons": { "16": ".\/assets\/logo\/grin\/smile-128.png", "48": ".\/assets\/logo\/grin\/smile-128.png", "128": ".\/assets\/logo\/grin\/smile-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/dist\/content\/index.global.js" ], "run_at": "document_start" } ], "manifest_version": 3, "action": { "default_icon": ".\/assets\/logo\/grin\/smile-128.png", "default_popup": ".\/dist\/popup\/index.html" }, "background": { "service_worker": ".\/dist\/background.js", "type": "module" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "dist\/inject\/request-watcher.js" ], "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.tiktok.com\/*", "https:\/\/www.youtube.com\/*" ] }, { "resources": [ "dist\/inject\/window-var-extractor.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |