WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CRM by < K o d e l r >

CRM by < K o d e l r >

View on Chrome Web Store
View CRM by &lt; K o d e l r &gt; Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatiza tu comunicación y gestiona tus contactos.
Type
Extension
Users
62 users
8
Kevinlr.com
View author page of Kevinlr.com
Published
Published on August 29, 2025
Version 1.0.31
Manifest version
3
Updated
Updated on December 12, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View CRM by &lt; K o d e l r &gt; Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CRM by < K o d e l r >",
    "version": "1.0.31",
    "description": "Automatiza tu comunicaci\u00f3n y gestiona tus contactos.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "alarms",
        "declarativeNetRequestWithHostAccess",
        "sidePanel",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "wppconnect-wa.js",
                "wajs-init-simple.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/kodelr.com\/*",
            "http:\/\/localhost\/*",
            "http:\/\/127.0.0.1\/*",
            "file:\/\/*\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top