Inspect and view changes in Dokobit e-signing and e-identification 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
{
"name": "Dokobit e-signing and e-identification",
"version": "1.1.61",
"minimum_chrome_version": "88.0",
"manifest_version": 3,
"description": "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*://*/*",
"file:///*"
],
"js": [
"isign-content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"service_worker": "isign-background.js"
},
"web_accessible_resources": [
{
"resources": [
"isign-page.js",
"isign-script.js"
],
"matches": [
"https://*/*"
]
}
],
"permissions": [
"nativeMessaging",
"storage"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}