Integrately

Client Side integration of live chat widgets, analytics snippets, marketing tools etc

Integratelyคืออะไร?

Integrately เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.integrately.in และคุณลักษณะหลักของมันคือ "Client Side integration of live chat widgets, analytics snippets, marketing tools etc"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Integrately

ดาวน์โหลดไฟล์ส่วนขยาย Integrately ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        **App Integrations made easier with Integrately **

Try out third-party integration snippets for Live Chat widgets, Analytics code, Tracking pixels, Marketing Automation scripts etc without installing them on your website.

Using Integrately, you can try out 100+ Apps for Live Chat Widgets, Marketing Automation Tools, Analytics Pixels etc. For example

**Live Chat Widgets**
- Intercom (intercom.com)
- Customerly (customerly.io)
- Live Chat (livechatinc.com)

**Social Widgets**
- Twitter widgets
- Facebook widgets
- Sharethis widgets

**Analytics Products**
- Google Analytics
- MixPanel
- KissMetrics
- NewRelic
- Heap Analytics
- HotJar

**Marketing Automation Products**
- Survey Monkey
- MailChimp
- SendX (sendx.io)
- Hubspot (hubspot.com)

**Are you a SALES PERSON ?**
Impress your clients with demo on their websites.

Using Integrately you can setup an integration of your product with your prospective client and close the deal much earlier than expected. Your customer can also try out your product without actual installation. It's win-win for both.

**Are you a DIGITAL MARKETER ?**
Try out hundreds of products without going to your development team

Do you often think how to test a third party app like LiveChat widget, Survey widget, Google Analytics tag etc without deploying/modifying your actual website. Use Integrately to do client side integration of the apps.

Checkout more information on our official website - https://www.integrately.in
For any more information, contact us at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Integrately Integrately
ID eelhlheepgmeiklohkfcjhpnpmlmmgha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/integrately/eelhlheepgmeiklohkfcjhpnpmlmmgha
คำอธิบาย Client Side integration of live chat widgets, analytics snippets, marketing tools etc
ขนาดไฟล์ 2.11 MB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2019-12-10
วันที่เผยแพร่ 2019-12-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.integrately.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.integrately.in
URL หน้านโยบายความเป็นส่วนตัว https://integrately.in/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Integrately",
    "version": "0.1.7",
    "manifest_version": 2,
    "description": "Client Side integration of live chat widgets, analytics snippets, marketing tools etc",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.firebaseio.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "client\/client.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background\/background-bundled.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/icons\/logo_128x128.png",
        "default_title": "Integrately"
    },
    "icons": {
        "16": "resources\/icons\/logo_128x128.png",
        "128": "resources\/icons\/logo_128x128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "338506286645-rr0n3dtskarpg578ni45pviugbjh073u.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}