Keepface
Analyze the influencers and find the best match for you and your product.
Keepface क्या है?
Keepface https://keepface.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyze the influencers and find the best match for you and your product."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keepface एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Keepface is a unique tool for brands to run influencer marketing, employee & customer advocacy campaigns through a single platform for maximizing marketing ROI. Our edge-to-edge automated platform allows brands to run campaigns with influencers at scale, orchestrating content creation and measuring real-time performance. We developed a technology for vetting the influencers based on deep analytics and fake follower detection. Keepface is rapidly growing in the USA, MENA, and Asia with more than 30,000 registered influencers from 96 countries and 2,500 clients including Leo Burnett, Starcom, Havas, P&G, Danone, Mars, and McDonald’s.
एक्सटेंशन की मूल जानकारी
नाम | Keepface |
ID | poejahdcemmlclhgjodhileeleeihjfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/keepface/poejahdcemmlclhgjodhileeleeihjfl |
विवरण | Analyze the influencers and find the best match for you and your product. |
फ़ाइल का आकार | 1.15 MB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2020-07-02 |
प्रकाशन तिथि | 2020-07-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://keepface.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://keepface.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keepface", "description": "Analyze the influencers and find the best match for you and your product.", "version": "1.0.3", "browser_action": { "default_popup": "index.html", "default_title": "Analyze the influencer" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/www.instagram.com\/*\/", "https:\/\/www.instagram.com\/*" ] } ], "permissions": [ "tabs", "activeTab", "*:\/\/instagram.com\/*" ], "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=';object-src 'self'" } |