Hit Camera CP

Copy and paste product information.

Was ist Hit Camera CP?

Hit Camera CP ist eine Chrome-Erweiterung, die von alexboukin entwickelt wurde, und ihr Hauptmerkmal ist "Copy and paste product information.".

Hit Camera CP-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hit Camera CP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Hit Camera CP Hit Camera CP
ID kbabaiphpekhlcgpmaboahnnjfbjjiog
Offizielle URL https://chrome.google.com/webstore/detail/hit-camera-cp/kbabaiphpekhlcgpmaboahnnjfbjjiog
Beschreibung Copy and paste product information.
Dateigröße 94.21 KB
Installationsanzahl 483
Aktuelle Version 8.3
Letztes Update 2018-08-28
Veröffentlichungsdatum 2018-08-28
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler alexboukin
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://alexboukin.com/index.php/privacy-policy
Unterstützte Sprachen 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"
    ]
}