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 هو إضافة Chrome تم تطويرها بواسطة 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…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Onlysales

قم بتنزيل ملفات الامتداد Onlysales بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://help.onlysales.io
عنوان صفحة سياسة الخصوصية 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"
    }
}