Hit Camera CP

Copy and paste product information.

What is Hit Camera CP?

Hit Camera CP is a Chrome extension developed by alexboukin, and its main feature is "Copy and paste product information.".

Download Hit Camera CP Extension CRX File

Download Hit Camera CP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Hit Camera CP Hit Camera CP
ID kbabaiphpekhlcgpmaboahnnjfbjjiog
Official URL https://chrome.google.com/webstore/detail/hit-camera-cp/kbabaiphpekhlcgpmaboahnnjfbjjiog
Description Copy and paste product information.
File Size 94.21 KB
Installation Count 483
Current Version 8.3
Last Updated 2018-08-28
Publish Date 2018-08-28
Rating 3.50/5 Total 2 Ratings
Developer alexboukin
Email [email protected]
Payment Type free
Privacy Policy Page URL http://alexboukin.com/index.php/privacy-policy
Supported Languages 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"
    ]
}