Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "All-in-one tool to track opens & clicks right in your Gmail and look up email addresses in one click.",
"version": "2.1.4",
"name": "Saleshandy Connect: Email Tracker & Lookup",
"manifest_version": 3,
"homepage_url": "https:\/\/saleshandy.com",
"action": {
"default_icon": "assets\/icons\/sh-logo.png",
"default_popup": "index.html"
},
"icons": {
"16": "assets\/icons\/16_16.png",
"32": "assets\/icons\/32_32.png",
"48": "assets\/icons\/48_48.png",
"64": "assets\/icons\/64_64.png",
"128": "assets\/icons\/128_128.png"
},
"background": {
"service_worker": "worker_wrapper.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/linkedin.com\/*"
],
"js": [
"pages\/linkedin\/bg.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.hubspot.com\/contacts\/*\/contact\/*",
"https:\/\/crm.zoho.in\/crm\/*",
"https:\/\/crm.zoho.com\/crm\/*",
"https:\/\/*.myfreshworks.com\/crm\/sales\/contacts\/*"
],
"js": [
"pages\/crm\/content.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"webRequest",
"tabs",
"scripting",
"notifications",
"activeTab"
],
"host_permissions": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.force.com\/*",
"*:\/\/*.salesforce.com\/*",
"https:\/\/*.pipedrive.com\/*",
"https:\/\/*.hubspot.com\/contacts\/*\/contact\/*",
"https:\/\/crm.zoho.in\/crm\/*",
"https:\/\/crm.zoho.com\/crm\/*",
"https:\/\/*.myfreshworks.com\/crm\/sales\/contacts\/*",
"https:\/\/app.close.com\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/outlook.live.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"welcome.html",
"assets\/icons\/shLogo.svg",
"assets\/images\/circle.svg",
"assets\/images\/header.svg",
"assets\/images\/saleshandyconnect-pin.gif"
],
"matches": [
"<all_urls>"
]
}
]
}