Tooltip Editor
Tooltip Editor for Chrome
什麼是Tooltip Editor?
Tooltip Editor是由https://tooltip.io開發的Chrome擴展程式,該擴展的主要功能是“Tooltip Editor for Chrome”。
擴展截圖
下載Tooltip Editor擴展crx文件
下載Tooltip Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tooltip - In-App Messaging Suite for the Web. Quickly create targeted, versatile in-app messaging campaigns to onboard new users, educate customers and run in-product marketing. Without help from developers.
擴展基本資訊
名稱 | Tooltip Editor |
ID | kcoiifklhfpfmpllamlgpbjbogafgini |
官方網址 | https://chromewebstore.google.com/detail/tooltip-editor/kcoiifklhfpfmpllamlgpbjbogafgini |
簡介 | Tooltip Editor for Chrome |
檔案大小 | 4.17 MB |
安裝次數 | 2,732 |
目前版本 | 4.0.5 |
更新時間 | 2022-08-15 |
上架時間 | 2020-06-22 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://tooltip.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://tooltip.io |
說明頁面URL | https://tooltip.customerly.help |
隱私政策頁面URL | https://tooltip.io/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tooltip Editor", "description": "Tooltip Editor for Chrome", "version": "4.0.5", "short_name": "Tooltip Editor", "homepage_url": "https:\/\/tooltip.io", "browser_action": { "default_icon": "static\/icons\/tooltip\/icon128_grey.png", "default_title": "Tooltip Editor" }, "web_accessible_resources": [ "static\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "static\/icons\/tooltip\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "https:\/\/app.tooltip.io\/*", "http:\/\/dev.app.local\/*", "http:\/\/tooltip-app.mdconpro.com\/*", "http:\/\/localhost\/*", "https:\/\/tooltip.io\/*" ] }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/app.tooltip.io\/*", "http:\/\/dev.app.local\/*", "http:\/\/tooltip-app.mdconpro.com\/*", "http:\/\/localhost\/*", "https:\/\/tooltip.io\/*" ] } |