Easy Business Card Creator
This FREE business card creator software makes creating a business card a snap
什么是Easy Business Card Creator?
Easy Business Card Creator是由rodpotter16开发的Chrome扩展程序,该扩展的主要功能是“This FREE business card creator software makes creating a business card a snap”。
扩展截图
下载Easy Business Card Creator扩展crx文件
下载Easy Business Card Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | mhklkainnooopjmmeaegocfilibjgped |
官方URL | https://chrome.google.com/webstore/detail/easy-business-card-creato/mhklkainnooopjmmeaegocfilibjgped |
简介 | This FREE business card creator software makes creating a business card a snap |
文件大小 | 18.78 KB |
安装次数 | 1,000 |
当前版本 | 2.0 |
更新时间 | 2017-08-24 |
上架时间 | 2017-08-24 |
评分 | 2.32/5 共19次评分 |
开发者 | rodpotter16 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |