Evaboot
Makes Evaboot easier to use by automatically retrieving your session cookies
Evaboot क्या है?
Evaboot https://evaboot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes Evaboot easier to use by automatically retrieving your session cookies"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Evaboot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Evaboot saves time hours of boring work every week by cleaning and qualifying your lead. This extension will automatically retrieve the session cookies of the websites you're connected to. If you have any question about this extension, feel free to contact use using the support chat at https://evaboot.com/.
एक्सटेंशन की मूल जानकारी
नाम | Evaboot |
ID | edccjhikjlfoakbbijgomgnoflcjgfjh |
आधिकारिक URL | https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh |
विवरण | Makes Evaboot easier to use by automatically retrieving your session cookies |
फ़ाइल का आकार | 1.37 MB |
स्थापना संख्या | 51,187 |
वर्तमान संस्करण | 2.2.43 |
अंतिम अपडेट | 2024-02-22 |
प्रकाशन तिथि | 2022-01-25 |
रेटिंग | 4.78/5 कुल 132 रेटिंग्स |
डेवलपर | https://evaboot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://app.evaboot.com/ |
गोपनीयता नीति पृष्ठ URL | https://evaboot.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evaboot", "description": "Makes Evaboot easier to use by automatically retrieving your session cookies", "version": "2.2.43", "manifest_version": 3, "homepage_url": "https:\/\/app.evaboot.com\/", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/app.evaboot.com\/*", "https:\/\/www.linkedin.com\/premium\/products\/*" ], "run_at": "document_end" } ], "action": [], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.evaboot.com\/*" ], "permissions": [ "storage", "activeTab", "cookies", "webRequest", "unlimitedStorage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |