Allego

Enables users to embed Allego content into Gmail messages or social sites and track audience activity.

Allegoคืออะไร?

Allego เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://allego.com และคุณลักษณะหลักของมันคือ "Enables users to embed Allego content into Gmail messages or social sites and track audience activity."

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

screenshot
screenshot

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

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

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

                        Embed your company’s Allego videos and other content in your Gmail messages, LinkedIn, Twitter, and more--or even create and share your own Allego videos, right within Chrome!
 
Allego for Chrome and Gmail enables sellers to share or create Allego content from anywhere on the Web, making it easier than ever to deliver personalized, agile content with external audiences via social selling or direct Gmail communications. 
 
Simply click on the Allego extension icon to share an existing video or other content or use the Allego recorder to create a personalized video for your audience.   When the shared content has been viewed, you’ll receive immediate email notifications to help you prioritize follow-up, and detailed reporting within Allego to see the effectiveness of your content overall.  
 
Features include:
 
- One-click access to Allego content or Allego’s video-creation environment
- Embed Allego content--both links and thumbnails--on  virtually any email or social site
- Instant search with autocomplete to find content, or the ability to scroll through existing assets 
- Content previews before sending
- Email notifications and detailed reporting, including custom tracking codes for individual sharing activities
- The same permissions and controls from your existing Allego environment, including Single Sign-on
- Creation of custom tracking codes 
 
Allego for Chrome and Gmail is available for all Allego customers that have enabled External Sharing.  If you do not have this option currently enabled, please contact us at [email protected].                    

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

ชื่อ Allego Allego
ID hfimfjackejkinihmjhfckgcgcjadhab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/allego/hfimfjackejkinihmjhfckgcgcjadhab
คำอธิบาย Enables users to embed Allego content into Gmail messages or social sites and track audience activity.
ขนาดไฟล์ 329 KB
จำนวนการติดตั้ง 394
เวอร์ชันปัจจุบัน 2.0.46
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2019-12-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://allego.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.allego.com/privacy-policy
ภาษาที่รองรับ de,en,fr,vi,es,it,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "2.0.46",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_popup": "html\/outerframe.html",
        "default_title": "__MSG_extTitle__"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/gmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "html\/innerframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "incognito": "split"
}