Reachdesk
Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to…
Reachdesk क्या है?
Reachdesk https://reachdesk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reachdesk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to match your company's style. Reachdesk will automatically connect with your CRM leads and contacts, and track all activities back.
एक्सटेंशन की मूल जानकारी
नाम | Reachdesk |
ID | hdckbmdejcmfjjklcjmkdncblfjhfnke |
आधिकारिक URL | https://chromewebstore.google.com/detail/reachdesk/hdckbmdejcmfjjklcjmkdncblfjhfnke |
विवरण | Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to… |
फ़ाइल का आकार | 1.79 MB |
स्थापना संख्या | 4,137 |
वर्तमान संस्करण | 2.3.10 |
अंतिम अपडेट | 2023-12-21 |
प्रकाशन तिथि | 2019-12-01 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://reachdesk.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.reachdesk.com |
गोपनीयता नीति पृष्ठ URL | https://reachdesk.com/policy-center |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reachdesk", "version": "2.3.10", "action": { "default_icon": { "48": "images\/logo-white-bg-48.png", "96": "images\/logo-white-bg-96.png" }, "default_title": "Reachdesk", "default_popup": "popup.html" }, "permissions": [ "activeTab", "notifications" ], "host_permissions": [ "https:\/\/app.reachdesk.com\/", "https:\/\/mail.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/app.reachdesk.com\/*" ], "css": [], "js": [ "dist\/presence.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.lightning.force.com\/*" ], "css": [ "dist\/salesforce.css", "popup.css" ], "js": [ "dist\/salesforce.js" ] }, { "matches": [ "https:\/\/app2a.outreach.io\/*" ], "js": [ "dist\/outreach.js" ] }, { "matches": [ "https:\/\/app.salesloft.com\/*" ], "js": [ "dist\/salesloft.js" ] }, { "matches": [ "https:\/\/app.hubspot.com\/*" ], "js": [ "dist\/hubspot.js" ] }, { "matches": [ "https:\/\/*.pardot.com\/*" ], "js": [ "dist\/pardot.js" ] }, { "matches": [ "https:\/\/*.eloqua.com\/*" ], "js": [ "dist\/eloqua.js" ] }, { "matches": [ "https:\/\/*.dynamics.com\/*" ], "js": [ "dist\/dynamics.js" ] }, { "matches": [ "https:\/\/*.marketo.com\/*" ], "exclude_matches": [ "https:\/\/www.marketo.com\/*" ], "js": [ "dist\/marketo.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "dist\/gmail.css", "popup.css" ], "js": [ "dist\/gmail.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/mail.google.com\/*" ], "resources": [ "dist\/images\/*", "pageWorld.js" ] } ], "background": { "service_worker": "dist\/authBackground.js" } } |