Hit Camera CP
Copy and paste product information.
Hvad er Hit Camera CP?
Hit Camera CP er en Chrome-udvidelse udviklet af alexboukin, og dens hovedfunktion er "Copy and paste product information.".
Download Hit Camera CP-udvidelses-CRX-fil
Download Hit Camera CP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kbabaiphpekhlcgpmaboahnnjfbjjiog |
Officiel URL | https://chrome.google.com/webstore/detail/hit-camera-cp/kbabaiphpekhlcgpmaboahnnjfbjjiog |
Beskrivelse | Copy and paste product information. |
Filstørrelse | 94.21 KB |
Antal Installationer | 483 |
Nuværende Version | 8.3 |
Senest Opdateret | 2018-08-28 |
Udgivelsesdato | 2018-08-28 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | alexboukin |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://alexboukin.com/index.php/privacy-policy |
Understøttede Sprog | 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:\/\/*\/*", " |