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 |
官方網址 | 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" ] } |