Waybook
Your business, on the same page.
什么是Waybook?
Waybook是由Waybook开发的Chrome扩展程序,该扩展的主要功能是“Your business, on the same page.”。
扩展截图
下载Waybook扩展crx文件
下载Waybook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open and search your Waybook straight from within Chrome! You'll now have access to all of your documents no matter where you are on the web.
扩展基本信息
名称 | Waybook |
ID | imohdllcnocminngldkjpchmnkdcnlhj |
官方URL | https://chromewebstore.google.com/detail/waybook/imohdllcnocminngldkjpchmnkdcnlhj |
简介 | Your business, on the same page. |
文件大小 | 47.26 KB |
安装次数 | 104 |
当前版本 | 1.0.3 |
更新时间 | 2022-01-20 |
上架时间 | 2022-01-19 |
评分 | 5.00/5 共1次评分 |
开发者 | Waybook |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.waybook.com/ |
帮助页面URL | https://help.waybook.com/ |
隐私政策页面URL | https://www.waybook.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waybook", "description": "Your business, on the same page.", "version": "1.0.3", "manifest_version": 3, "background": { "service_worker": "\/assets\/js\/background.js" }, "omnibox": { "keyword": "waybook" }, "action": { "default_popup": "\/assets\/html\/popup.html", "default_icon": { "16": "\/assets\/images\/icon-16.png", "32": "\/assets\/images\/icon-32.png", "48": "\/assets\/images\/icon-48.png", "128": "\/assets\/images\/icon-128.png" } }, "icons": { "16": "\/assets\/images\/icon-16.png", "32": "\/assets\/images\/icon-32.png", "48": "\/assets\/images\/icon-48.png", "128": "\/assets\/images\/icon-128.png" } } |