Articles on: General
這篇說明還提供:

我可以使用 JavaScript 手動顯示我的工具嗎?

可以,您可以通過以下 JavaScript 程式碼來顯示 Zotabox 工具:
window.addEventListener(‘onLoadZotabox’, function (e) {
if (your_conditions) { //Show tool with your custom conditions. Eg. category=”mobile”
Zotabox.show(toolID) //Get tool ID in its settings page URL
}
}, false)

Updated on: 26/11/2024

這篇說明對您有幫助嗎?

Share your feedback

取消

感謝!