Cam Your Way (for Chrome)
Cam Your Way model software, Chrome Browser edition
什麼是Cam Your Way (for Chrome)?
Cam Your Way (for Chrome)是由http://camyourway.com開發的Chrome擴展程式,該擴展的主要功能是“Cam Your Way model software, Chrome Browser edition”。
擴展截圖
下載Cam Your Way (for Chrome)擴展crx文件
下載Cam Your Way (for Chrome)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
We know that successful cam models are innovative, motivated, entrepreneurial, talented performers. We aim to be your software and finance professionals who can provide you the tools you need to better understand and grow your business and your brand. We proudly announce the beta of our first product, Cam Your Way Analytics, available right here and right now. This set of tools lets you collect, graph, and analyze your earnings and see at a glance who your top customers are and which activities earn you the most. In literally seconds, with a single click, you can always see up-to-date earnings reports.
擴展基本資訊
名稱 | |
ID | flibpgpooolmnncegiaknndeponblbcj |
官方網址 | https://chrome.google.com/webstore/detail/cam-your-way-for-chrome/flibpgpooolmnncegiaknndeponblbcj |
簡介 | Cam Your Way model software, Chrome Browser edition |
檔案大小 | 24.7 KB |
安裝次數 | 62 |
目前版本 | 2.6.4 |
更新時間 | 2015-10-27 |
上架時間 | 2015-10-27 |
評分 | 4.00/5 共 5 次評分 |
開發者 | http://camyourway.com |
付費類型 | free |
擴展官網 | http://www.camyourway.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cam Your Way (for Chrome)", "version": "2.6.4", "manifest_version": 2, "description": "Cam Your Way model software, Chrome Browser edition", "background": { "scripts": [ "background.js", "platforms.js" ] }, "page_action": { "default_icon": "cywicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.camyourway.com\/*account\/" ], "js": [ "cyw_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.camyourway.com\/*diagnostics\/" ], "js": [ "cyw_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/localhost\/account\/" ], "js": [ "cyw_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/*.adultwork.com\/*" ], "js": [ "platform_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/*.myfreecams.com\/*" ], "js": [ "platform_content_script.js" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/*.ifriends.net\/*", "http:\/\/*.ifriends.com\/*" ], "js": [ "platform_content_script.js" ] }, { "matches": [ "http:\/\/*.streamatemodels.com\/*" ], "js": [ "platform_content_script.js" ] } ], "permissions": [ "tabs", "cookies", "http:\/\/localhost\/*", "*:\/\/*.camyourway.com\/", "http:\/\/*.adultwork.com\/", "http:\/\/profiles.myfreecams.com\/", "http:\/\/www.myfreecams.com\/mfc2\/", "http:\/\/impulse.myfreecams.com\/", "http:\/\/streamatemodels.com\/", "http:\/\/*.ifriends.net\/" ] } |