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 là gì?

Onlysales là một tiện ích mở rộng Chrome được phát triển bởi OnlySales, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Onlysales

Tải xuống các tệp mở rộng Onlysales dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Onlysales Onlysales
ID agblkophjoimeppcefjpbnmggonbfghc
URL Chính Thức https://chromewebstore.google.com/detail/onlysales/agblkophjoimeppcefjpbnmggonbfghc
Mô tả 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…
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 779
Phiên Bản Hiện Tại 3.0.6
Cập Nhật Lần Cuối 2023-08-18
Ngày Phát Hành 2023-07-12
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển OnlySales
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://onlysales.io
URL Trang Trợ Giúp https://help.onlysales.io
URL Trang Chính Sách Bảo Mật https://www.onlysales.io/terms-and-condition
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}