Hit Camera CP

Copy and paste product information.

ما هو Hit Camera CP؟

Hit Camera CP هو إضافة Chrome تم تطويرها بواسطة alexboukin، والميزة الرئيسية لها هي "Copy and paste product information.".

تحميل ملف CRX للإضافة Hit Camera CP

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

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

                                            

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

الاسم Hit Camera CP Hit Camera CP
ID kbabaiphpekhlcgpmaboahnnjfbjjiog
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hit-camera-cp/kbabaiphpekhlcgpmaboahnnjfbjjiog
الوصف Copy and paste product information.
حجم الملف 94.21 KB
عدد التثبيتات 483
النسخة الحالية 8.3
آخر تحديث 2018-08-28
تاريخ النشر 2018-08-28
تقييم 3.50/5 مجموع تقييمات 2
المطور alexboukin
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://alexboukin.com/index.php/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Hit Camera CP"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Copy and paste product information.",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/accounts.craigslist.org\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApvyYBCKO0NlQCJmMDTRMehRnpyJ+\/wSPnS7IbPKYEyPa\/Cqo2F5hkt95gVOmCpVuRV0d8NQXyEgmLCQsSnhE6Sa3sKHOazgC377e5sA12EbiSVhQGO1voUEPtiV9S3T1I7tI13Z54079Bs0+eCV3uxiy\/zrp\/XwcrrJdvnBgUkByQILqoLKETV0R2TVHm1APMrw3UpWgD3Dq7aeIyoq4i0dsY0t5PR0NT02M27jml3FRHNs+qmifl0P+1kQ7MAPZkp9up9pD518y+msRR8IHNPenRdqKd3BKuzRNUsD6vVSBOYy5TEAaOiCsVexRzj0xUJ\/HDD0gtgOVEUPVm9x+PwIDAQAB",
    "manifest_version": 2,
    "name": "Hit Camera CP",
    "permissions": [
        "downloads",
        "background",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.3",
    "web_accessible_resources": [
        "injectRenewFunctions.js"
    ]
}