Easy Business Card Creator
This FREE business card creator software makes creating a business card a snap
Was ist Easy Business Card Creator?
Easy Business Card Creator ist eine Chrome-Erweiterung, die von rodpotter16 entwickelt wurde, und ihr Hauptmerkmal ist "This FREE business card creator software makes creating a business card a snap".
Erweiterungsscreenshots
Easy Business Card Creator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Business Card Creator-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
Quickly create and DOWNLOAD a business card! This FREE business card creator software makes creating a business card a snap. Learn how to generate more business using LinkedIn by going to http://www.WorldClassLinkedIn.com
Grundlegende Informationen zur Erweiterung
Name | |
ID | mhklkainnooopjmmeaegocfilibjgped |
Offizielle URL | https://chrome.google.com/webstore/detail/easy-business-card-creato/mhklkainnooopjmmeaegocfilibjgped |
Beschreibung | This FREE business card creator software makes creating a business card a snap |
Dateigröße | 18.78 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 2.0 |
Letztes Update | 2017-08-24 |
Veröffentlichungsdatum | 2017-08-24 |
Bewertung | 2.32/5 Insgesamt 19 Bewertungen |
Entwickler | rodpotter16 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Business Card Creator", "manifest_version": 2, "short_name": "bcsupport", "description": "This FREE business card creator software makes creating a business card a snap", "version": "2.0", "background": { "persistent": false, "scripts": [ "OneSignal2.js", "background.js" ] }, "browser_action": { "default_icon": "16px_172-1503606870.png" }, "icons": { "128": "128px_172-1503606879.png" }, "permissions": [ "gcm", "storage", "notifications", "identity" ] } |