Go to Customer Button for QuickBooks Online
This extension adds a button to the invoice screen
什么是Go to Customer Button for QuickBooks Online?
Go to Customer Button for QuickBooks Online是由Simon C开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a button to the invoice screen”。
扩展截图
下载Go to Customer Button for QuickBooks Online扩展crx文件
下载Go to Customer Button for QuickBooks Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice.
扩展基本信息
名称 | Go to Customer Button for QuickBooks Online |
ID | oihjnaipmkladihjdmlladafdidmclpg |
官方URL | https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg |
简介 | This extension adds a button to the invoice screen |
文件大小 | 74.59 KB |
安装次数 | 37 |
当前版本 | 1.0.1 |
更新时间 | 2018-11-21 |
上架时间 | 2018-11-21 |
开发者 | Simon C |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go to Customer Button for QuickBooks Online", "description": "This extension adds a button to the invoice screen", "version": "1.0.1", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.qbo.intuit.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "activeTab", "http:\/\/*.qbo.intuit.com\/*", "https:\/\/*.qbo.intuit.com\/*" ] } |