Launcher SenderServices.com
This extention let you launch SenderServices.com from your browser.
什么是Launcher SenderServices.com?
Launcher SenderServices.com是由https://senderservices.com开发的Chrome扩展程序,该扩展的主要功能是“This extention let you launch SenderServices.com from your browser.”。
扩展截图
下载Launcher SenderServices.com扩展crx文件
下载Launcher SenderServices.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The expansion will allow you to run SenderServices.com application directly from the browser using the buttons to the right of the address bar.
Capabilities:
Single click - launch applications;
Double click - create shortcuts to applications;
Click the absence SenderServices.com applications - go to the page with the installation. 扩展基本信息
| 名称 | |
| ID | cnhpjbnjfmhdgininpkepbefeppenbme |
| 官方URL | https://chromewebstore.google.com/detail/launcher-senderservicesco/cnhpjbnjfmhdgininpkepbefeppenbme |
| 简介 | This extention let you launch SenderServices.com from your browser. |
| 文件大小 | 36.84 KB |
| 安装次数 | 23 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-03-16 |
| 上架时间 | 2016-03-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://senderservices.com |
| 付费类型 | free |
| 扩展官网 | http://senderservices.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Launcher SenderServices.com",
"description": "This extention let you launch SenderServices.com from your browser.",
"version": "1.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "images\/128.png",
"48": "images\/48.png"
},
"browser_action": {
"default_icon": "images\/38.png",
"default_title": "SenderServices.com"
},
"permissions": [
"management"
]
} | |