Terminus Chrome Extension
Enables dynamic campaign functionality in Gmail
ما هو Terminus Chrome Extension؟
Terminus Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://sigstr.com، والميزة الرئيسية لها هي "Enables dynamic campaign functionality in Gmail".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Terminus Chrome Extension
قم بتنزيل ملفات الامتداد Terminus Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Purpose of this extension is to enable dynamic campaign functionality for existing Terminus (fka Sigstr) customers. With Terminus Email Signatures installed, adding the Terminus Chrome Extension will empower your email signatures to send dynamic content based on the recipient. Send outbound marketing and sales content to external recipients, outside of your organization. Share internal initiatives, culture, enablement, and HR communications to internal recipients within your company.
معلومات أساسية عن التمديد
الاسم | Terminus Chrome Extension |
ID | ihgbenpajiikgfimgecpdloilhaolijd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/terminus-chrome-extension/ihgbenpajiikgfimgecpdloilhaolijd |
الوصف | Enables dynamic campaign functionality in Gmail |
حجم الملف | 29.55 KB |
عدد التثبيتات | 10,708 |
النسخة الحالية | 8.0.4 |
آخر تحديث | 2021-06-23 |
تاريخ النشر | 2020-07-02 |
تقييم | 4.64/5 مجموع تقييمات 11 |
المطور | https://sigstr.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://terminus.com |
عنوان صفحة المساعدة | https://support.terminus.com |
عنوان صفحة سياسة الخصوصية | https://www.sigstr.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/constants.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/icon128.png" } }, "content_scripts": [ { "css": [ "css\/style.css" ], "exclude_matches": [ "https:\/\/mail.google.com\/mail\/*\/*\/*view=pt*" ], "js": [ "lib\/inboxsdk.js", "js\/constants.js", "js\/banners.js", "js\/campaign_selection.js", "js\/content.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] } ], "description": "Enables dynamic campaign functionality in Gmail", "icons": { "128": "images\/icon128.png" }, "manifest_version": 2, "name": "Terminus Chrome Extension", "permissions": [ "https:\/\/sigstr.net\/*", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "version": "8.0.4", "web_accessible_resources": [ "index.html" ] } |