Alcove Technologies - Product Clipper

Product clipper tool

ما هو Alcove Technologies - Product Clipper؟

Alcove Technologies - Product Clipper هو إضافة Chrome تم تطويرها بواسطة https://alcove.co، والميزة الرئيسية لها هي "Product clipper tool".

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

screenshot

تحميل ملف CRX للإضافة Alcove Technologies - Product Clipper

قم بتنزيل ملفات الامتداد Alcove Technologies - Product Clipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The Alcove Technologies web clipper is a powerful and easy-to-use tool that helps you save content from the web directly to your Alcove account. With just a few clicks, you can clip product images and data and quickly save them to your Alcove project for easy procurement management for your business.                    

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

الاسم Alcove Technologies - Product Clipper Alcove Technologies - Product Clipper
ID japhkplolbfagahmpbnbbdlfeokeddid
عنوان URL الرسمي https://chromewebstore.google.com/detail/alcove-technologies-produ/japhkplolbfagahmpbnbbdlfeokeddid
الوصف Product clipper tool
حجم الملف 933 KB
عدد التثبيتات 175
النسخة الحالية 1.2.0
آخر تحديث 2024-01-27
تاريخ النشر 2023-05-30
تقييم 5.00/5 مجموع تقييمات 2
المطور https://alcove.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.alcove.co
عنوان صفحة المساعدة https://help.alcove.co
عنوان صفحة سياسة الخصوصية https://www.alcove.co/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alcove Technologies - Product Clipper",
    "description": "Product clipper tool",
    "version": "1.2.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbViLCEKzpzuu1qCgRdCCs22\/a354DDLeoTWcF6gdsnB+cx6Xz9idRR69W2ElvXlZk46jBPCcxDei2K6qnyUVMWo\/o5W4ecHG+dB4\/IrXNxH\/h6nuyqNB9\/Am6OGAUc3iBVDxRiy\/C4TJnVio05iv5ZxQXYRvJbIpE\/Saa82GnQ4D9pGgocJsNWQLb7ZWNF3HOxtvjyC7jwZhho3rWpOSGsJyViP\/lx06+CkVeaj7HmQU7QlGl7lzJzf97q6IQZMHdSlbqX8z9Dho9E3wmifPUqoaGSfWW9qoI9zz+rK8NFbEHX6ZDvBT8IpVyZfs7QgzWfD0IcQpPi8vXau16xKDwIDAQAB",
    "manifest_version": 3,
    "action": [],
    "permissions": [
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js",
                "js\/imageCroppingContentScript.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "highlightMenu.html",
                "js\/components\/HighlightMenu.js",
                "js\/index.js",
                "index.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/alcove_icon_18x18.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8084\/*",
            "https:\/\/*.alcove.co\/*"
        ]
    }
}