Onlysales

The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside…

What is Onlysales?

Onlysales is a Chrome extension developed by OnlySales, and its main feature is "The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside…".

Extension Screenshots

screenshot

Download Onlysales Extension CRX File

Download Onlysales extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside of the OnlySales platform.                    

Extension Basic Information

Name Onlysales Onlysales
ID agblkophjoimeppcefjpbnmggonbfghc
Official URL https://chromewebstore.google.com/detail/onlysales/agblkophjoimeppcefjpbnmggonbfghc
Description The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside…
File Size 276 KB
Installation Count 779
Current Version 3.0.6
Last Updated 2023-08-18
Publish Date 2023-07-12
Rating 4.40/5 Total 5 Ratings
Developer OnlySales
Email [email protected]
Payment Type free
Extension Website https://onlysales.io
Help Page URL https://help.onlysales.io
Privacy Policy Page URL https://www.onlysales.io/terms-and-condition
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Onlysales",
    "version": "3.0.6",
    "author": "Neil Patrick Lacson",
    "description": "",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/16.png",
            "48": "icons\/16.png",
            "128": "icons\/16.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vanillasoft.net\/*"
            ],
            "js": [
                "src\/vanillasoft.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/moment.js",
                "src\/integrations.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/16.png",
        "32": ".\/icons\/16.png",
        "48": ".\/icons\/16.png",
        "128": ".\/icons\/16.png"
    }
}