Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
ما هو Influencer Engage؟
Influencer Engage هو إضافة Chrome تم تطويرها بواسطة https://influence.co، والميزة الرئيسية لها هي "Turn the entire web into an influencer database using the influence.co chrome browser extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Influencer Engage
قم بتنزيل ملفات الامتداد Influencer Engage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Turn the entire web into an influencer database using the influence.co chrome browser extension. Anytime an influencer’s Instagram or Twitter accounts appear on a webpage, the browser extension’s icon will change to inform you that there are matches in the influence.co database.
معلومات أساسية عن التمديد
الاسم | Influencer Engage |
ID | nmemjibioknipghbmhpdgbblddmncanb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb |
الوصف | Turn the entire web into an influencer database using the influence.co chrome browser extension. |
حجم الملف | 180 KB |
عدد التثبيتات | 2,822 |
النسخة الحالية | 0.15 |
آخر تحديث | 2021-06-16 |
تاريخ النشر | 2018-01-21 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | https://influence.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://influence.co |
عنوان صفحة سياسة الخصوصية | https://influence.co/go/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Influencer Engage", "description": "Turn the entire web into an influencer database using the influence.co chrome browser extension.", "version": "0.15", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "inpage.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon-color.png" }, "browser_action": { "default_icon": "icon-bw.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/influence.co\/" ] } |