Tooltip Editor
Tooltip Editor for Chrome
Vad är Tooltip Editor?
Tooltip Editor är en Chrome-tillägg utvecklad av https://tooltip.io, och dess huvudfunktion är "Tooltip Editor for Chrome".
Tilläggsskärmbilder
Ladda ner Tooltip Editor-förlängningens CRX-fil
Ladda ner Tooltip Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kcoiifklhfpfmpllamlgpbjbogafgini |
| Officiell webbadress | https://chromewebstore.google.com/detail/tooltip-editor/kcoiifklhfpfmpllamlgpbjbogafgini |
| Beskrivning | Tooltip Editor for Chrome |
| Filstorlek | 4.17 MB |
| Antal Installationer | 2,732 |
| Aktuell Version | 4.0.5 |
| Senast Uppdaterad | 2022-08-15 |
| Publiceringsdatum | 2020-06-22 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | https://tooltip.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://tooltip.io |
| Hjälpsida URL | https://tooltip.customerly.help |
| URL till Sekretesspolicy Sidan | https://tooltip.io/privacy |
| Stödda Språk | 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\/*"
]
} | |