Content Camel Sales Enablement

Content Camel Chrome Extension

Content Camel Sales Enablementคืออะไร?

Content Camel Sales Enablement เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contentcamel.io และคุณลักษณะหลักของมันคือ "Content Camel Chrome Extension"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Camel Sales Enablement

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

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

                        A sales enablement chrome extension for marketing and sales content management. 

Content Camel is a Sales Enablement and Marketing Content Management software for medium, large teams, and even small teams.

For Sales, Content Camel makes it easy for sales reps to discover, access and deliver the right piece of content to prospects so they can close more deals. It allows reps to share content, understand content performance, and create curated buyer experiences by publishing content as collection micro-sites.

So, access your ebooks, decks, one-pagers, blog posts -- any of your content -- while using Outreach, Salesloft, Salesforce, Gmail, Outlook, and everywhere else. This Chrome Extension will elevate your game. 

For both Sales and Marketing teams, Content Camel provides analytics, so Content Marketers can understand and act on the performance of their content, as it's used by Sales and other teams.

With this Chrome Extension, users can:
• Search, filter, and find the assets they are looking for
• Quickly share short urls for all assets -- from within whatever application they are running, Salesforce, Hubspot, Gmail, and more.
• Share bundles of assets with Sites -- great for guiding prospects
• View and search tags associated with content
• Upvote content to signal it's value back to other team members
• Favorite content to put it into your collection for easy access
• View full details on an asset including the funnel stage, content type, and any notes provided by the marketing team
• Create sales requests for content -- log requests right at the point of needing an asset to create an improved feedback loop with marketing                    

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

ชื่อ Content Camel Sales Enablement Content Camel Sales Enablement
ID llndpccggnfkjhcbbafmdmkjndheclja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/content-camel-sales-enabl/llndpccggnfkjhcbbafmdmkjndheclja
คำอธิบาย Content Camel Chrome Extension
ขนาดไฟล์ 5.03 MB
จำนวนการติดตั้ง 359
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-08-19
วันที่เผยแพร่ 2020-03-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://contentcamel.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.contentcamel.io/
URL หน้าช่วยเหลือ https://learn.contentcamel.io
URL หน้านโยบายความเป็นส่วนตัว https://www.contentcamel.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1",
    "name": "Content Camel Sales Enablement",
    "manifest_version": 3,
    "description": "Content Camel Chrome Extension",
    "action": {
        "default_title": "Content Camel | Extension",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "icons": {
        "16": "images\/icon-32.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/pinpoint.us-east-1.amazonaws.com\/*",
        "https:\/\/*.amazonaws.com\/*",
        "https:\/\/*.algolia.com\/*",
        "https:\/\/*.algolia.net\/*",
        "https:\/\/*.contentcamel.io\/*"
    ],
    "optional_host_permissions": [],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self",
        "worker-src": "self"
    }
}