Agile CRM

Sales & Marketing CRM for Small Businesses

Agile CRM là gì?

Agile CRM là một tiện ích mở rộng Chrome được phát triển bởi https://agilecrm.com, và tính năng chính của nó là "Sales & Marketing CRM for Small Businesses".

Ả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 Agile CRM

Tải xuống các tệp mở rộng Agile CRM 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

                        Agile CRM comes with fully integrated sales and marketing, service automation capabilities. It enables SMB's to Sell and Market like Fortune 500.

Agile has EVERYTHING you need to run a plugged-in business

* One page contact management
* Drag drop marketing automation 
* Web analytics at a contact level
* Telephony integration
* Newsletter management and auto responders
* Appointment scheduling
* Two-way email integration & email tracking
* Real-time activity alerts
* Extensive third-party integrations

This Chrome extension lets you be even more Agile with

* LinkedIn, Twitter and Facebook fetching.
Stop entering leads manually and start automatically pulling them into Agile. Instantly add leads to the CRM from web pages, Gmail and social media such as LinkedIn and Facebook.

* Know who opens your links and emails.
Enable email tracking from Gmail or other web-based mail in Chrome. Receive real-time notifications when customers open your emails, click links or browse your website.

* Send smarter emails with free email templates.
Save time and send more effective emails with Agile’s contemporary email templates. From newsletters to follow up emails, Agile has you covered.

* Access tasks, contacts, leads and deals.
Manage your contacts, tasks and deals without ever leaving Chrome. Instantly add new leads to the CRM and never miss another opportunity.

Agile CRM is great for online businesses such as SaaS and E-commerce, SMBs, quickly scaling startups, sales reps, blogs, websites and marketing firms.

http://www.agilecrm.com                    

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

Tên Agile CRM Agile CRM
ID eofoblinhpjfhkjlfckmeidagfogclib
URL Chính Thức https://chromewebstore.google.com/detail/agile-crm/eofoblinhpjfhkjlfckmeidagfogclib
Mô tả Sales & Marketing CRM for Small Businesses
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 5,451
Phiên Bản Hiện Tại 3.2.17
Cập Nhật Lần Cuối 2021-02-22
Ngày Phát Hành 2020-02-17
Đánh Giá 3.35/5 Tổng số 43 Đánh Giá
Nhà Phát Triển https://agilecrm.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.agilecrm.com/
URL Trang Trợ Giúp https://www.agilecrm.com/support
URL Trang Chính Sách Bảo Mật https://www.agilecrm.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agile CRM",
    "description": "Sales & Marketing CRM for Small Businesses",
    "version": "3.2.17",
    "icons": {
        "16": "images\/cloud16x16.png",
        "48": "images\/cloud48x48.png",
        "128": "images\/cloud128x128.png"
    },
    "options_page": "html\/settings.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "storage",
        "notifications",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "images\/cloud16x16.png",
        "default_popup": "html\/popup_index.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/email-tracker.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/md5.js",
                "js\/lib\/pusher.min.js",
                "js\/connector.js",
                "js\/content_gmail_binder.js",
                "js\/util.js",
                "js\/inboxsdk.js",
                "js\/email_tracker.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "\/js\/lib\/jquery.min.js",
                "\/js\/lib\/handlebars.min.js",
                "\/js\/lib\/mustache.min.js",
                "js\/lib\/md5.js",
                "js\/util.js",
                "js\/xhr_override.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/md5.js",
                "js\/lib\/pusher.min.js",
                "js\/connector.js",
                "js\/content_outlook_binder.js",
                "js\/util.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "js": [
                "\/js\/lib\/jquery.min.js",
                "\/js\/lib\/handlebars.min.js",
                "js\/lib\/md5.js",
                "js\/util.js",
                "js\/xhr_override.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/md5.js",
                "js\/content_generic.js",
                "js\/util.js",
                "js\/connector.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/content_country_code.js",
                "js\/content_fb_scrapper.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.google.co.in\/search*",
                "http:\/\/*.google.co.in\/search*",
                "https:\/\/*.google.com\/search*"
            ],
            "js": [
                "js\/content_country_code.js",
                "js\/content_lnk_scrapper.js",
                "js\/linkedin_fetch_single.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.co.in\/search?num=100*",
                "http:\/\/*.google.co.in\/search?num=100*",
                "https:\/\/*.google.com\/search?num=100*",
                "https:\/\/www.google.com\/search?gws_rd=cr&as_qdr=all&q=*",
                "https:\/\/www.google.co.in\/search?gws_rd=cr&as_qdr=all&q=*",
                "https:\/\/*.google.com\/search?q=*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/md5.js",
                "js\/content_linkedin_generic.js",
                "js\/util.js",
                "js\/connector.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/md5.js",
                "js\/content_linkedin_filter.js",
                "js\/util.js",
                "js\/connector.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/md5.js",
                "js\/content_country_code.js",
                "js\/content_twitter_scrapper.js",
                "js\/util.js",
                "js\/connector.js",
                "js\/twitter_fetch_single.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.agilecrm.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/linkedin-content-widget.js"
            ],
            "matches": [
                "https:\/\/*.agilecrm.com\/*",
                "https:\/\/*.appspot.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/localhost:8888\/*",
                "https:\/\/*.agilecrm.com\/*",
                "https:\/\/*.appspot.com\/*",
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/js\/lib\/jquery.min.js",
                "js\/facebook-ext.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "short_name": "Agile CRM",
    "web_accessible_resources": [
        "images\/track_test.png",
        "images\/track_test.png",
        "images\/tick_one_seen_g.svg",
        "images\/agile-seen.svg",
        "images\/agile-sent.svg",
        "js\/xhr_override.js",
        "css\/font-awesome.min.css",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/fontawesome-webfont.ttf"
    ]
}