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…

什么是Onlysales?

Onlysales是由OnlySales开发的Chrome扩展程序,该扩展的主要功能是“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…”。

扩展截图

screenshot

下载Onlysales扩展crx文件

下载Onlysales扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Onlysales Onlysales
ID agblkophjoimeppcefjpbnmggonbfghc
官方URL https://chromewebstore.google.com/detail/onlysales/agblkophjoimeppcefjpbnmggonbfghc
简介 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…
文件大小 276 KB
安装次数 779
当前版本 3.0.6
更新时间 2023-08-18
上架时间 2023-07-12
评分 4.40/5 共5次评分
开发者 OnlySales
电子邮箱 [email protected]
付费类型 free
扩展官网 https://onlysales.io
帮助页面URL https://help.onlysales.io
隐私政策页面URL https://www.onlysales.io/terms-and-condition
支持的语言 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"
    }
}