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. 擴展基本資訊
| 名稱 | |
| ID | imohdllcnocminngldkjpchmnkdcnlhj |
| 官方網址 | 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"
}
} | |