Business Socialiser
Find contacts easly from searches
Business Socialiser là gì?
Business Socialiser là một tiện ích mở rộng Chrome được phát triển bởi Rupert's Tools, và tính năng chính của nó là "Find contacts easly from searches".
Ả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 Business Socialiser
Tải xuống các tệp mở rộng Business Socialiser 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
Find contacts easily from searches
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
URL Chính Thức | https://chrome.google.com/webstore/detail/business-socialiser/jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
Mô tả | Find contacts easly from searches |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 1.8.5 |
Cập Nhật Lần Cuối | 2019-12-23 |
Ngày Phát Hành | 2019-12-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Rupert's Tools |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.rupertsamuel.com/pages/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Business Socialiser", "version": "1.8.5", "description": "Find contacts easly from searches", "permissions": [ "activeTab", "storage", "https:\/\/eumetric.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "background": { "scripts": [ "background.js", "licencing.js", "jquery-3.3.1.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/3.png" } }, "icons": { "128": "images\/3.png" }, "manifest_version": 2 } |