GreenRope

The GreenRope Gmail Gadget is an extension that you can use while working in Gmail.

ما هو GreenRope؟

GreenRope هو إضافة Chrome تم تطويرها بواسطة https://www.greenrope.com، والميزة الرئيسية لها هي "The GreenRope Gmail Gadget is an extension that you can use while working in Gmail.".

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

screenshot

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

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

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

                        GreenRope is the world's first and only Complete CRM - an integrated platform for Customer Relationship Management and Marketing Automation.

The GreenRope Gmail Gadget is an extension that you can use while working in Gmail to view a contact's information, as well as all of their CRM activity from GreenRope.

• Pulls up all CRM Activities with that contact
• Add new CRM activities and engagements 
• Add a new contact to your GreenRope CRM right from Gmail
• View contact information and details 
• Edit your contact's information

GreenRope gives you the ability to manage sales, marketing, and operations in a single platform and includes:

- Contact management
- Unlimited customizable CRM activities and workflows
- Integration with IMAP so your emails automatically synch with your CRM
- Full-featured email marketing with templates, personalization, responsive design, and more
- Detailed email tracking, showing summary and detailed reads, clicks, forwards, unsubscribes, and bounces
- Surveys with logic, custom assessment, and automation
- SMS and mobile marketing
- In- and out-bound call management with automatic CRM integration
- Full website CMS with integrated storefront (accept payments through Paypal and/or Authorize.net)
- Website form builder with auto-responders, logic, and custom field entry
- Website tracking, including time spent on pages, bounce rates, campaign filtering
- Ticketing / case management system
- Project management
- Wiki for a knowledge management
- Media library for file, image, and video storage, with sharing across multiple groups
- Realtime social collaboration dashboard

and much, much more.                    

معلومات أساسية عن التمديد

الاسم GreenRope GreenRope
ID gdggbbgopaoibfblomgfcppbfagegfdg
عنوان URL الرسمي https://chromewebstore.google.com/detail/greenrope/gdggbbgopaoibfblomgfcppbfagegfdg
الوصف The GreenRope Gmail Gadget is an extension that you can use while working in Gmail.
حجم الملف 90.06 KB
عدد التثبيتات 53
النسخة الحالية 2.7.3
آخر تحديث 2019-02-15
تاريخ النشر 2019-02-15
تقييم 4.00/5 مجموع تقييمات 3
المطور https://www.greenrope.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.greenrope.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GreenRope",
    "author": "GreenRope.com",
    "description": "The GreenRope Gmail Gadget is an extension that you can use while working in Gmail.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4WzohuJTNcitxDwN8y54HE7W3cTOF445wcP513\/5fCgeGHCm4qYzHm56VqOiTm4D6e\/fA\/YT\/ATxpW7Hsm1zpEVObt0hKtgZeOxJsk3wmZqx\/+h9lB7TPdLfteYWglsqpvgEYBYhsV+LVWVkKSNeAMJbF8+KU5t8zzL6iklvpdOFZaaUVYpboKxNswcEaIpxvJid+lse5vR8bXC0FCFwTobYLqotakqj0JrlwMUToaw+V9F5SV0ZoxJMN1RSjGTJswJp4e32WDpVkOoV+XImotECz86FGDgLidHfCCUEvPKc2FFtV5+5ug9+Wo7sNhdz7nb\/m0nslqBlLfn+3O07zwIDAQAB",
    "version": "2.7.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icons\/gr-logo.png"
    ],
    "permissions": [
        "https:\/\/api.stgi.net\/"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    }
}