Business Socialiser
Find contacts easly from searches
什么是Business Socialiser?
Business Socialiser是由Rupert's Tools开发的Chrome扩展程序,该扩展的主要功能是“Find contacts easly from searches”。
扩展截图
下载Business Socialiser扩展crx文件
下载Business Socialiser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find contacts easily from searches
扩展基本信息
名称 | |
ID | jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
官方URL | https://chrome.google.com/webstore/detail/business-socialiser/jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
简介 | Find contacts easly from searches |
文件大小 | 110 KB |
安装次数 | 100 |
当前版本 | 1.8.5 |
更新时间 | 2019-12-23 |
上架时间 | 2019-12-23 |
评分 | 5.00/5 共1次评分 |
开发者 | Rupert's Tools |
付费类型 | free |
隐私政策页面URL | https://www.rupertsamuel.com/pages/privacy-policy |
支持的语言 | 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 } |