Inspect and view changes in SaySync source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "SaySync",
"version": "1.0",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm683MRWlkH+aqPkuoJqsy/Xwz62OU7uCITjut1Ev7KpUe8XE3KQL3FennDm144IkrJ+fv2Mz34pTUdMGkxnNhatMvkL6c+W1Nib2GvgKdyGEcSG+mWtm9Itu84nbb9Ttf3PtbeWYNa9ePrRPqqvMoKE5fPedj1afj9GG8B/c8UlC1HeVadc5DcV8Z2o40n+dyFlzu5R+YJX2FhIxxQzVm2+COwKWyGFzUS5UGcLgvpGAzili2pgK5ahcMbgbRIT+gqsJB2M+R8SV90zj8VnxD/4KKfL1L34a8Zg9OowiBJSMq+Q3R5PVoKvzSLRmbBwVk+9xbcfItaVdO0m0mP0VlwIDAQAB",
"description": "SaySync is a bridge between Pipedrive and your communication channels. SaySync offers a Chrome extension and an Outlook add-in.",
"author": "SaySync",
"icons": {
"16": "assets/icons/icon-16.png",
"32": "assets/icons/icon-32.png",
"48": "assets/icons/icon-48.png",
"128": "assets/icons/icon-128.png"
},
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "Click to SaySync"
},
"permissions": [
"sidePanel",
"tabs",
"activeTab",
"scripting",
"identity",
"storage"
],
"host_permissions": [
"https://*.linkedin.com/*",
"https://*.whatsapp.com/*",
"https://*.telegram.org/*",
"https://*.google.com/*",
"https://saysync.co/*"
]
}