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\/*" ] } |