Business Socialiser
Find contacts easly from searches
What is Business Socialiser?
Business Socialiser is a Chrome extension developed by Rupert's Tools, and its main feature is "Find contacts easly from searches".
Extension Screenshots
Download Business Socialiser Extension CRX File
Download Business Socialiser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Find contacts easily from searches
Extension Basic Information
Name | |
ID | jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
Official URL | https://chrome.google.com/webstore/detail/business-socialiser/jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
Description | Find contacts easly from searches |
File Size | 110 KB |
Installation Count | 100 |
Current Version | 1.8.5 |
Last Updated | 2019-12-23 |
Publish Date | 2019-12-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rupert's Tools |
Payment Type | free |
Privacy Policy Page URL | https://www.rupertsamuel.com/pages/privacy-policy |
Supported Languages | 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 } |