djimBA - click and paste system

Software for speed up copy/paste routine on web pages

djimBA - click and paste system là gì?

djimBA - click and paste system là một tiện ích mở rộng Chrome được phát triển bởi https://djimba.co, và tính năng chính của nó là "Software for speed up copy/paste routine on web pages".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng djimBA - click and paste system

Tải xuống các tệp mở rộng djimBA - click and paste system 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

                        djimBA is a "magic" button that will simplify the routine for professionals such as a lead generator, sales representative, business developer, recruiter and sorcer;

djimBA allows you to speed up your copying and pasting at times due to the ergonomic position of the paste button in submit forms.
Instead of working with a keyboard and various hotkeys, work is done through a simple click on a button. The plugin saves hours of manual data entry that goes into tracking leads.

Current integrations:
 - LinkedIn;
 - Telegram (planned);

Benefits:
 - Insert templates in 1 click;
 - Translation of profile names (language support - en, ru, uk);
 - Using quick responses to responses;
 - Increases the number of replies to your messages;
 - Built-in X-Ray for lead search;
 - Statistics of submitted proposals.

Rates:
 - Freemium - free version, 30 free inserts per month, no translations;
 - Single - all djimBA functionality, unlimited message insertion;
 - Team - for 5+ people, all functions from Single, but with a special feature - together cheaper + general statistics to prevent unwanted sending to those who have already been pinged;

You can find more descriptions of tariffs on our website https://djimba.co.
If you have any questions, write to [email protected] or via JivoSite at https://djimba.co.

Do you like our product? Put likeos and join the djimber-clicker movement :)

With love,
djimBA team                    

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

Tên djimBA - click and paste system djimBA - click and paste system
ID lgeifnbknjilcbknjfmcapmjmngfdikp
URL Chính Thức https://chromewebstore.google.com/detail/djimba-click-and-paste-sy/lgeifnbknjilcbknjfmcapmjmngfdikp
Mô tả Software for speed up copy/paste routine on web pages
Kích Thước Tệp 844 KB
Số Lần Cài Đặt 602
Phiên Bản Hiện Tại 3.10.7
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2021-09-15
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://djimba.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://djimba.co
URL Trang Chính Sách Bảo Mật https://djimba.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.10.7",
    "short_name": "djimBA",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/djimba.co",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.cn\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/api.djimba.co\/*",
        "https:\/\/admin.djimba.co\/*"
    ],
    "sandbox": {
        "pages": [
            "dist\/iframe.html"
        ]
    },
    "background": {
        "page": "dist\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "dist\/installed.html",
        "dist\/installed.bundle.js",
        "dist\/iframe.html",
        "dist\/iframe.bundle.js",
        "images\/lion_anim_200x200.svg",
        "images\/djimba_logo.svg",
        "images\/friend-invite.svg",
        "images\/social\/djimba.svg",
        "locales\/en-US\/translation.json",
        "locales\/en\/translation.json",
        "locales\/ru\/translation.json",
        "locales\/uk\/translation.json"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.cn\/*"
            ],
            "js": [
                "dist\/cs_linkedin.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "dist\/cs_google.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/api.djimba.co\/*",
                "https:\/\/admin.djimba.co\/*"
            ],
            "js": [
                "dist\/cs_lh.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/djba_16x16.png",
        "32": "images\/djba_32x32.png",
        "48": "images\/djba_48x48.png",
        "64": "images\/djba_64x64.png",
        "128": "images\/djba_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/djba_16x16.png",
            "32": "images\/djba_32x32.png",
            "48": "images\/djba_48x48.png",
            "64": "images\/djba_64x64.png",
            "128": "images\/djba_128x128.png"
        },
        "default_title": "djimBA"
    },
    "manifest_version": 2
}