Click n Call
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
什么是Click n Call?
Click n Call是由criste.nicu开发的Chrome扩展程序,该扩展的主要功能是“You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.”。
扩展截图
下载Click n Call扩展crx文件
下载Click n Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
扩展基本信息
名称 | Click n Call |
ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
官方URL | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
简介 | You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android. |
文件大小 | 81.04 KB |
安装次数 | 604 |
当前版本 | 2.1.4 |
更新时间 | 2016-09-16 |
上架时间 | 2016-09-16 |
评分 | 2.33/5 共6次评分 |
开发者 | criste.nicu |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click n Call", "version": "2.1.4", "permissions": [ "contextMenus", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.bursatransport.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.0.min.js", "findAndReplace.js", "content.js" ] } ], "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |