IG Toolkit Pro
Organize your social media prospects and manage them with ease
IG Toolkit Pro là gì?
IG Toolkit Pro là một tiện ích mở rộng Chrome được phát triển bởi Thomas Crane, và tính năng chính của nó là "Organize your social media prospects and manage them with ease".
Ả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 IG Toolkit Pro
Tải xuống các tệp mở rộng IG Toolkit Pro 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
This extension help users to generate leads from social media and improve their leads management. Users can easily make new leads and manage them with the help of this tool. They can add different tags, assign tags to the leads and can organize them in CRM. Using CRM always helpful for management of leads, they can also send them messages with the help of this tool.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IG Toolkit Pro |
ID | jnapgjemmddkmlegpelophgoemnjfleg |
URL Chính Thức | https://chromewebstore.google.com/detail/ig-toolkit-pro/jnapgjemmddkmlegpelophgoemnjfleg |
Mô tả | Organize your social media prospects and manage them with ease |
Kích Thước Tệp | 464 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-03-11 |
Ngày Phát Hành | 2021-06-01 |
Nhà Phát Triển | Thomas Crane |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://themoneyfriends.com/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Organize your social media prospects and manage them with ease", "version": "1.0.3", "manifest_version": 3, "name": "IG Toolkit Pro", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "cookies" ], "host_permissions": [ "*:\/\/*.instagram.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*" ], "js": [ "\/assets\/js\/jquery.min.js", "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |