Cleed
Find your next leads with Cleed.
Cleed क्या है?
Cleed https://getcleed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find your next leads with Cleed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cleed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension simplifies the usage of Cleed by automatically fetching your session cookies. Cleed streamlines and improves your lead management process, saving you hours of monotonous work every week. If you have any question about this extension, feel free to contact us using the support chat at https://getcleed.com/.
एक्सटेंशन की मूल जानकारी
नाम | Cleed |
ID | cfpnimlmbkkpficihkcaicodlhnogobd |
आधिकारिक URL | https://chromewebstore.google.com/detail/cleed/cfpnimlmbkkpficihkcaicodlhnogobd |
विवरण | Find your next leads with Cleed. |
फ़ाइल का आकार | 24.65 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2023-11-04 |
प्रकाशन तिथि | 2023-07-22 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://getcleed.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.getcleed.com/ |
सहायता पृष्ठ URL | https://app.getcleed.com/faq |
गोपनीयता नीति पृष्ठ URL | https://app.getcleed.com/privacy_policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cleed", "description": "Find your next leads with Cleed.", "version": "0.7", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/bubblehacks.io\/*" ], "exclude_matches": [ "https:\/\/bubblehacks.io\/charles" ], "js": [ "CustomJavaScript\/customScript1.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.getcleed.com\/*" ], "permissions": [ "cookies", "activeTab", "scripting", "tabs" ] } |