Lancey
Lancey demo recorder
Lancey क्या है?
Lancey https://getlancey.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lancey demo recorder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lancey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Lancey is the fastest way to create engaging demos. Get started at https://app.getlancey.com/signup
Enable your go-to-market team to create interactive demos that engage, convert, and retain more customers.
Getting started is easy.
1. Capture
Use our browser extension to record your product and let Lancey create a perfect copy for editing.
2. Edit
Edit the demo flow and leverage your CRM to dynamically populate your prospect's information.
3. Track
Share your demo and track performance across all stakeholders for that perfect follow-up. एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | alplbnljhpemnggmbiknaacdjfdookdj |
| आधिकारिक URL | https://chromewebstore.google.com/detail/lancey/alplbnljhpemnggmbiknaacdjfdookdj |
| विवरण | Lancey demo recorder |
| फ़ाइल का आकार | 39.79 KB |
| स्थापना संख्या | 218 |
| वर्तमान संस्करण | 1.0.19 |
| अंतिम अपडेट | 2023-05-05 |
| प्रकाशन तिथि | 2022-01-17 |
| रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
| डेवलपर | https://getlancey.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://www.getlancey.com/ |
| सहायता पृष्ठ URL | https://help.lancey.io |
| गोपनीयता नीति पृष्ठ URL | https://getlancey.com/privacy-policy |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Lancey",
"short_name": "Lancey",
"version": "1.0.19",
"description": "Lancey demo recorder",
"action": {
"default_icon": {
"48": "src\/assets\/48x48.png",
"128": "src\/assets\/128x128.png"
}
},
"icons": {
"48": "src\/assets\/48x48.png",
"128": "src\/assets\/128x128.png"
},
"host_permissions": [
"*:\/\/*.getlancey.com\/",
"http:\/\/localhost:4200\/"
],
"permissions": [
"storage",
"activeTab"
],
"content_scripts": [
{
"js": [
"assets\/content-script-loader.index.ts.b9585c0a.bea1a485.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": false
},
{
"js": [
"assets\/content-script-loader.loader.ts.1a462678.2e6aec99.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"match_about_blank": true,
"match_origin_as_fallback": true
},
{
"js": [
"assets\/content-script-loader.setup_ids.ts.2dc62a67.c3f43038.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"match_about_blank": true,
"match_origin_as_fallback": true
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/stateData.useCases.375cb770.js",
"assets\/ui.useCases.796cf9c9.js",
"assets\/constants.eba575f4.js",
"assets\/index.ts.b9585c0a.js",
"assets\/merlin.b606d590.js",
"assets\/constants.d903d5d6.js",
"assets\/loader.ts.1a462678.js",
"assets\/setup_ids.ts.2dc62a67.js"
],
"use_dynamic_url": true
}
]
} | |