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…

Apa itu Onlysales?

Onlysales adalah ekstensi Chrome yang dikembangkan oleh OnlySales, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Onlysales

Unduh file ekstensi Onlysales dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Onlysales Onlysales
ID agblkophjoimeppcefjpbnmggonbfghc
URL Resmi https://chromewebstore.google.com/detail/onlysales/agblkophjoimeppcefjpbnmggonbfghc
Deskripsi 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…
Ukuran File 276 KB
Jumlah Instalasi 779
Versi Saat Ini 3.0.6
Terakhir Diperbarui 2023-08-18
Tanggal Publikasi 2023-07-12
Penilaian 4.40/5 Total 5 Penilaian
Pengembang OnlySales
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://onlysales.io
URL Halaman Bantuan https://help.onlysales.io
URL Halaman Kebijakan Privasi https://www.onlysales.io/terms-and-condition
Bahasa yang Didukung 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"
    }
}