Kashflow Open in New Tab
This application enables users of the Kashflow accounting software to open links in a new tab.
Kashflow Open in New Tabคืออะไร?
Kashflow Open in New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Zeunert และคุณลักษณะหลักของมันคือ "This application enables users of the Kashflow accounting software to open links in a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kashflow Open in New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Kashflow Open in New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Specifically this functionality applies to: - Purchases - Invoices - Customers - Suppliers - The Purchases, Invoices and Bank pages in the sidebar Kashflow Open In New Tab is not affiliated with KashFlow Software Ltd, or Iris Software Group. If the Kashflow app changes in the future this extension may stop working or interfere with the functionality of kashflow.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kashflow Open in New Tab |
ID | aahobacacnmmniiiiiidngccaengkmig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kashflow-open-in-new-tab/aahobacacnmmniiiiiidngccaengkmig |
คำอธิบาย | This application enables users of the Kashflow accounting software to open links in a new tab. |
ขนาดไฟล์ | 79.98 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2015-08-10 |
วันที่เผยแพร่ | 2015-08-10 |
ผู้พัฒนา | Matt Zeunert |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kashflow Open in New Tab", "short_name": "Kashflow Open in New Tab", "description": "This application enables users of the Kashflow accounting software to open links in a new tab.", "version": "0.1.2", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.kashflow.com\/*" ], "js": [ "jquery-2.1.1.js", "content-script.js" ] } ], "permissions": [ "https:\/\/app.kashflow.com\/*" ] } |