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…

Co to jest Onlysales?

Onlysales to rozszerzenie Chrome opracowane przez OnlySales, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Onlysales

Pobierz pliki rozszerzeń Onlysales w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Onlysales Onlysales
ID agblkophjoimeppcefjpbnmggonbfghc
Oficjalny URL https://chromewebstore.google.com/detail/onlysales/agblkophjoimeppcefjpbnmggonbfghc
Opis 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…
Rozmiar pliku 276 KB
Liczba instalacji 779
Aktualna Wersja 3.0.6
Ostatnia Aktualizacja 2023-08-18
Data Publikacji 2023-07-12
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper OnlySales
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onlysales.io
Adres URL Strony Pomocy https://help.onlysales.io
Adres URL Strony Polityki Prywatności https://www.onlysales.io/terms-and-condition
Obsługiwane Języki 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"
    }
}