AlertSite DejaClick
Record and replay in your browser.
AlertSite DejaClick क्या है?
AlertSite DejaClick SmartBear द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record and replay in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AlertSite DejaClick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Here's the new DejaClick! Record transactions as you browse. With DejaClick, navigate a site or interact with a website as a real user would, and we'll record the script you need to create a monitor. Simply add the new script to your AlertSite account and select the locations you want to monitor from. It's that easy.
एक्सटेंशन की मूल जानकारी
नाम | AlertSite DejaClick |
ID | ojfkmicbmffjjngfjffgiioghbkbcjdi |
आधिकारिक URL | https://chromewebstore.google.com/detail/alertsite-dejaclick/ojfkmicbmffjjngfjffgiioghbkbcjdi |
विवरण | Record and replay in your browser. |
फ़ाइल का आकार | 3.65 MB |
स्थापना संख्या | 3,173 |
वर्तमान संस्करण | 2.7.11.2 |
अंतिम अपडेट | 2024-01-14 |
प्रकाशन तिथि | 2020-06-20 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | SmartBear |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://smartbear.com/product/alertsite/alertsite-features/dejaclick/ |
सहायता पृष्ठ URL | https://support.smartbear.com/alertsite/docs/monitors/web/transaction/dejaclick-reference/chrome/quick-start.html |
गोपनीयता नीति पृष्ठ URL | https://smartbear.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AlertSite DejaClick", "version": "2.7.11.2", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "ui\/skin\/images\/dejaLogo16.png", "48": "ui\/skin\/images\/dejaLogo48.png", "128": "ui\/skin\/images\/dejaLogo128.png" }, "browser_action": { "default_icon": { "19": "ui\/skin\/images\/dejaLogo19.png", "38": "ui\/skin\/images\/dejaLogo38.png" }, "default_title": "__MSG_extName__" }, "background": { "scripts": [ "common\/dejaClick.js", "buildId.js", "common\/dejaConstants.js", "background\/dejaVersionInfo.js", "common\/dejaLogger.js", "common\/dejaObserverService.js", "common\/dejaEventRegistration.js", "common\/dejaScript.js", "common\/dejaPreferenceService.js", "common\/dejaDialogWindow.js", "common\/dejaPromptService.js", "common\/dejaMd5.js", "common\/dejaSha1.js", "common\/dejaAes.js", "common\/dejaEncryption.js", "common\/dejaRestApi.js", "common\/dejaCookieManager.js", "common\/dejaNodeSelection.js", "background\/dejaUtils.js", "common\/dejaSearch.js", "common\/dejaVariable.js", "common\/dejaContentView.js", "background\/dejaService.js", "background\/dejaMain.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "common\/dejaClick.js", "common\/dejaConstants.js", "common\/dejaLogger.js", "common\/dejaSearch.js", "common\/dejaVariable.js", "common\/dejaEventRegistration.js", "contentScript\/dejaPageObserverService.js", "contentScript\/dejaChallengeQuestion.js", "contentScript\/dejaShadowDOM.js", "contentScript\/dejaContentScript.js", "contentScript\/dejaServiceCS.js", "contentScript\/dejaValidation.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true } ], "homepage_url": "http:\/\/www.dejaclick.com\/", "incognito": "spanning", "minimum_chrome_version": "23", "options_ui": { "page": "ui\/content\/dejaOptions.html" }, "permissions": [ "browsingData", "contentSettings", "cookies", "debugger", "downloads", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "proxy", " |