Inspect and view changes in Recruiterbolt For Salesforce 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": "Recruiterbolt For Salesforce",
"version": "1.7.43",
"icons": {
"128": "assets/icons/icon_green.png"
},
"description": "Recruiterbolt For Salesforce",
"homepage_url": "https://recruiterbolt.com",
"short_name": "Recruiterbolt for Salesforce",
"permissions": [
"cookies",
"tabs",
"scripting",
"storage",
"unlimitedStorage",
"contextMenus",
"sidePanel",
"alarms",
"management"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"author": "Borhan Uddin",
"minimum_chrome_version": "88",
"action": {
"default_icon": {
"32": "assets/icons/icon_grey.png"
},
"default_title": "Recruiterbolt for Salesforce"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "js/bgServiceWorker.bundle.js"
},
"web_accessible_resources": [
{
"resources": [
"assets/icons/*"
],
"matches": [
"https://www.linkedin.com/*"
]
}
]
}