Insert HTML by Designmodo

Insert custom HTML format Gmail.

ما هو Insert HTML by Designmodo؟

Insert HTML by Designmodo هو إضافة Chrome تم تطويرها بواسطة https://designmodo.com، والميزة الرئيسية لها هي "Insert custom HTML format Gmail.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Insert HTML by Designmodo

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

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

                        This Extension injects an icon inside Gmail Compose text area. On the click event, it will open a modal popup where you can paste your html script in.

We don't collect any privacy data.                    

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

الاسم Insert HTML by Designmodo Insert HTML by Designmodo
ID bcflbfdlpegakpncdgmejelcolhmfkjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/insert-html-by-designmodo/bcflbfdlpegakpncdgmejelcolhmfkjh
الوصف Insert custom HTML format Gmail.
حجم الملف 521 KB
عدد التثبيتات 23,797
النسخة الحالية 1.0.4
آخر تحديث 2022-08-16
تاريخ النشر 2021-03-26
تقييم 3.61/5 مجموع تقييمات 23
المطور https://designmodo.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://designmodo.com/privacy-statement
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Insert HTML by Designmodo",
    "short_name": "Insert HTML in Gmail",
    "description": "Insert custom HTML format Gmail.",
    "version": "1.0.4",
    "host_permissions": [
        "*:\/\/mail.google.com\/*",
        "*:\/\/inbox.google.com\/*"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/inboxsdk.js",
                "js\/injectInCompose.js",
                "js\/injectInSign.js",
                "js\/contentHelper.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ]
        }
    ]
}