TextUs Next Extension

Business-class Texting Software - Start texting directly from your CRM, ATS or any website.

Что такое TextUs Next Extension?

TextUs Next Extension - это расширение Chrome, разработанное TextUs, и его основная функция - "Business-class Texting Software - Start texting directly from your CRM, ATS or any website.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения TextUs Next Extension

Скачайте файлы расширений TextUs Next Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The slide out extension is back!

Easily work out of your CRM or ATS. Find numbers on a page to either message or import into your TextUs contacts. TextUs will automatically open the contact details within your TextUs account when on a contact record in your CRM or ATS.                    

Основная информация о расширении

Название TextUs Next Extension TextUs Next Extension
ID eaobjglgjonmmebelfnebghejfmmhamm
Официальный URL https://chromewebstore.google.com/detail/textus-next-extension/eaobjglgjonmmebelfnebghejfmmhamm
Описание Business-class Texting Software - Start texting directly from your CRM, ATS or any website.
Размер файла 3.2 MB
Количество установок 44,047
Текущая Версия 4.0.40
Последнее Обновление 2023-11-17
Дата публикации 2020-10-27
Рейтинг 3.08/5 Всего 62 оценок
Разработчик TextUs
Электронная почта nextsupport@textus.com
Тип оплаты free
Официальный сайт расширения https://textus.com/
URL страницы помощи https://help.next.textus.com/
URL страницы политики конфиденциальности https://textus.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TextUs Next Extension",
    "version": "4.0.40",
    "manifest_version": 2,
    "description": "Business-class Texting Software - Start texting directly from your CRM, ATS or any website.",
    "icons": {
        "16": "icons\/textus-icon16.png",
        "32": "icons\/textus-icon32.png",
        "48": "icons\/textus-icon48.png",
        "128": "icons\/textus-icon128.png"
    },
    "author": "TextUs",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "alarms",
        "idle",
        "https:\/\/app.bullhornstaffing.com\/*",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/next.textus.com\/*",
        "https:\/\/texting.bullhorn.com\/*",
        "https:\/\/talentreef.textus.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "TextUs Next",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*",
                "https:\/\/*.bullhornstaffing.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.jobappnetwork.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.jobappdemo.com\/*",
                "https:\/\/*.trdev.co\/*",
                "http:\/\/localhost:8001\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "scripts\/addClickHandlers.js"
            ],
            "css": [
                "styles\/addClickHandlers.css"
            ]
        },
        {
            "matches": [
                "https:\/\/next.textus.com\/*",
                "https:\/\/texting.bullhorn.com\/*",
                "https:\/\/talentreef.textus.com\/*"
            ],
            "js": [
                "scripts\/tesseractBridge.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "exclude_globs": [
                "https:\/\/next.textus.com\/*",
                "https:\/\/texting.bullhorn.com\/*",
                "https:\/\/talentreef.textus.com\/*",
                "http:\/\/localhost:3001*",
                "https:\/\/extension.textus.com*",
                "https:\/\/embed.textus.com\/0b09154*",
                "https:\/\/help.textus.com*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/slideout.js"
            ],
            "css": [
                "styles\/slideout.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "exclude_globs": [
                "https:\/\/next.textus.com\/*",
                "https:\/\/texting.bullhorn.com\/*",
                "https:\/\/talentreef.textus.com\/*",
                "http:\/\/localhost:3001*",
                "https:\/\/extension.textus.com*",
                "https:\/\/embed.textus.com\/0b09154*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contactMatchObserver.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "commands": {
        "open_extension": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Opens the extension"
        },
        "find_numbers": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Find numbers on the page"
        },
        "toggle_slideout": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Open slideout in current tab"
        }
    },
    "web_accessible_resources": [
        "icons\/*.*",
        "styles\/*.*",
        "extension.html",
        "slideout.html"
    ]
}