FreshBooks Developer Tool
FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.
什么是FreshBooks Developer Tool?
FreshBooks Developer Tool是由https://freshbooks.com开发的Chrome扩展程序,该扩展的主要功能是“FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.”。
扩展截图
下载FreshBooks Developer Tool扩展crx文件
下载FreshBooks Developer Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The FreshBooks Developer Tool is a useful developer tool that highlights specific IDs for users trying to build apps and integrations to the FreshBooks platform.
The tool provides a simple interface in your Chrome browser to access details of your FreshBooks account. 扩展基本信息
| 名称 | |
| ID | jaaehikollkbccglkmaafbbfcahebail |
| 官方URL | https://chromewebstore.google.com/detail/freshbooks-developer-tool/jaaehikollkbccglkmaafbbfcahebail |
| 简介 | FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs. |
| 文件大小 | 161 KB |
| 安装次数 | 56 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2020-10-01 |
| 上架时间 | 2020-08-17 |
| 开发者 | https://freshbooks.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.freshbooks.com |
| 帮助页面URL | https://www.freshbooks.com/support |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FreshBooks Developer Tool",
"version": "1.0.2",
"description": "FreshBuddy is an extension for Chrome and Firefox that assists developers in identifying account information and IDs.",
"icons": {
"16": "image\/icon\/icon-16.png",
"48": "image\/icon\/icon-48.png",
"128": "image\/icon\/icon-128.png"
},
"browser_action": {
"default_icon": "image\/icon\/icon-48.png"
},
"background": {
"scripts": [
"script\/fb-const.js",
"script\/fb-init-background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/localhost:4200\/*",
"http:\/\/fresh\/*",
"https:\/\/my.staging.gcp.fbks.in\/*",
"https:\/\/my.freshbooksdev.com\/*",
"https:\/\/my.rc.freshenv.com\/*",
"https:\/\/my.staging.freshenv.com\/*",
"https:\/\/my.freshbooks.com\/*",
"https:\/\/my.dev.freshenv.com\/*"
],
"exclude_matches": [
"http:\/\/localhost:4200\/service\/auth\/*",
"http:\/\/localhost:4200\/tests*",
"http:\/\/fresh\/service\/auth\/*",
"http:\/\/fresh\/tests*",
"https:\/\/my.staging.gcp.fbks.in\/auth\/*",
"https:\/\/my.freshbooksdev.com\/service\/auth\/*",
"https:\/\/my.freshbooksdev.com\/tests*",
"https:\/\/my.rc.freshenv.com\/service\/auth\/*",
"https:\/\/my.rc.freshenv.com\/service\/commandcenter\/*",
"https:\/\/my.staging.freshenv.com\/service\/auth\/*",
"https:\/\/my.staging.freshenv.com\/service\/commandcenter\/*",
"https:\/\/my.freshbooks.com\/service\/auth\/*",
"https:\/\/my.freshbooks.com\/service\/commandcenter\/*"
],
"css": [
"style\/variables.css",
"style\/popover.css"
],
"js": [
"script\/fb-store.js",
"script\/fb-bridge.js",
"script\/fb-const.js",
"script\/fb-modal.js",
"script\/fb-tweak.js",
"script\/fb-init-content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"image\/clipboard.png",
"image\/favicon\/*.ico",
"image\/link.png",
"script\/fb-sync.js",
"script\/fb-bridge.js",
"script\/fb-const.js"
],
"permissions": [
"storage"
]
} | |