Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Klenty: Email Outreach & Tracking from Gmail",
"description": "Personalized emails & follow-ups | Email Tracking | Mail Merge | Templates | Gmail & CRM Plugin",
"version": "1.12.59",
"manifest_version": 3,
"background": {
"service_worker": "serviceWorker.js"
},
"content_scripts": [
{
"js": [
"klentyAppContentScript.js"
],
"matches": [
"https:\/\/*.klenty.com\/*"
],
"run_at": "document_end"
},
{
"js": [
"packages\/jquery.min.js",
"packages\/tooltipster.bundle.min.js",
"packages\/jquery.webui-popover.min.js",
"packages\/moment.min.js",
"packages\/jquery.datetimepicker.full.min.js",
"sidepanel.js"
],
"matches": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/*.pipedrive.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.klenty.com\/*",
"https:\/\/*.zoho.eu\/*",
"https:\/\/*.zoho.in\/*",
"https:\/\/*.zoho.com\/*",
"https:\/\/*.hubspot.com\/*"
],
"css": [
"styles\/sidepanel.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"mailLoader.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"16": "newLogo.png"
}
},
"icons": {
"48": "newLogo.png",
"128": "newLogo.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "blockLinkTrack",
"enabled": true,
"path": "blockLinkTrackRules.json"
}
]
},
"permissions": [
"storage",
"identity",
"identity.email",
"cookies",
"tabs",
"scripting",
"webNavigation",
"webRequest",
"declarativeNetRequest",
"management"
],
"host_permissions": [
"https:\/\/mail.google.com\/*",
"https:\/\/*.pipedrive.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.lightning.force.com\/*",
"https:\/\/www.linkedin.com\/*",
"https:\/\/*.klenty.com\/*",
"https:\/\/*.googleusercontent.com\/proxy\/*",
"https:\/\/cdnjs.cloudflare.com\/*",
"https:\/\/s3-us-west-1.amazonaws.com\/*",
"https:\/\/d3a0j1usgn5p8a.cloudfront.net\/*",
"https:\/\/accounts.google.com\/",
"https:\/\/*.zoho.eu\/*",
"https:\/\/*.zoho.in\/*",
"https:\/\/*.zoho.com\/*",
"https:\/\/*.hubspot.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"sidepanel.html",
"syncWaitBanner.html",
"progressBar.html",
"packages\/*",
"styles\/*",
"views\/*",
"fonts\/*",
"newLogo.png",
"**.js",
"fonts\/fontawesome-webfont.woff2",
"fonts\/fontawesome-webfont.woff",
"fonts\/fontawesome-webfont.ttf"
],
"matches": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/www.linkedin.com\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/*.pipedrive.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.klenty.com\/*",
"https:\/\/*.zoho.eu\/*",
"https:\/\/*.zoho.in\/*",
"https:\/\/*.zoho.com\/*",
"https:\/\/*.hubspot.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/plugin1.klenty.com\/*",
"https:\/\/plugin2.klenty.com\/*"
],
"accepts_tls_channel_id": false
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'"
}
}