Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
Influencer Engage là gì?
Influencer Engage là một tiện ích mở rộng Chrome được phát triển bởi https://influence.co, và tính năng chính của nó là "Turn the entire web into an influencer database using the influence.co chrome browser extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Influencer Engage
Tải xuống các tệp mở rộng Influencer Engage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Influencer Engage |
ID | nmemjibioknipghbmhpdgbblddmncanb |
URL Chính Thức | https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb |
Mô tả | Turn the entire web into an influencer database using the influence.co chrome browser extension. |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 2,822 |
Phiên Bản Hiện Tại | 0.15 |
Cập Nhật Lần Cuối | 2021-06-16 |
Ngày Phát Hành | 2018-01-21 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://influence.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://influence.co |
URL Trang Chính Sách Bảo Mật | https://influence.co/go/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |