Captain Data
Captain Data automates the web for you so you can focus on your most important work.
Captain Data क्या है?
Captain Data https://captaindata.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Captain Data automates the web for you so you can focus on your most important work."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Captain Data एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Captain Data helps marketers, sales, HR and business people automate the web, so you can focus on your most important work. With a few clicks, we enable you to use automated scenarios, without any technical knowledge. This extension will automatically retrieve the session cookies of the websites you're connected to. While using the Captain Data platform, you will have the possibility to automatically fetch such cookies to configure your workflows.
एक्सटेंशन की मूल जानकारी
नाम | Captain Data |
ID | jigafbdbpkblnjimhcoihaejnbkjpkbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/captain-data/jigafbdbpkblnjimhcoihaejnbkjpkbo |
विवरण | Captain Data automates the web for you so you can focus on your most important work. |
फ़ाइल का आकार | 8.64 KB |
स्थापना संख्या | 4,569 |
वर्तमान संस्करण | 0.0.1.09 |
अंतिम अपडेट | 2023-12-11 |
प्रकाशन तिथि | 2020-09-14 |
रेटिंग | 4.43/5 कुल 14 रेटिंग्स |
डेवलपर | https://captaindata.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://captaindata.co |
सहायता पृष्ठ URL | https://support.captaindata.co |
गोपनीयता नीति पृष्ठ URL | https://captaindata.co/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Captain Data", "short_name": "Captain Data", "description": "Captain Data automates the web for you so you can focus on your most important work.", "author": "Captain Data", "version": "0.0.1.09", "homepage_url": "https:\/\/app.captaindata.co", "manifest_version": 3, "background": { "service_worker": "source\/background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Captain Data" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "cookies", "storage", "alarms" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [], "externally_connectable": { "matches": [ "*:\/\/app.captaindata.co\/*", "*:\/\/staging.app.captaindata.co\/*", "*:\/\/localhost\/*", "*:\/\/leadgen.localhost\/*", "*:\/\/api.captaindata.co\/*", "*:\/\/staging.api.captaindata.co\/*", "*:\/\/sourcr.captaindata.co\/*", "*:\/\/prospr.captaindata.co\/*", "*:\/\/searchr.captaindata.co\/*", "*:\/\/enrichr.captaindata.co\/*" ] } } |