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 |
公式URL | 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\/" ] } |