Hit Camera CP
Copy and paste product information.
Qu'est-ce que Hit Camera CP ?
Hit Camera CP est une extension Chrome développée par alexboukin, et sa fonction principale est "Copy and paste product information.".
Télécharger le fichier CRX de l'extension Hit Camera CP
Téléchargez les fichiers d'extension Hit Camera CP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | kbabaiphpekhlcgpmaboahnnjfbjjiog |
URL Officiel | https://chrome.google.com/webstore/detail/hit-camera-cp/kbabaiphpekhlcgpmaboahnnjfbjjiog |
Description | Copy and paste product information. |
Taille du Fichier | 94.21 KB |
Nombre d'Installations | 483 |
Version Actuelle | 8.3 |
Dernière Mise à Jour | 2018-08-28 |
Date de Publication | 2018-08-28 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | alexboukin |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://alexboukin.com/index.php/privacy-policy |
Langues Prises en Charge | 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:\/\/*\/*", " |