Teespring Sale Notifications
Get an alert whenever you sell a shirt on Teespring!
Teespring Sale Notificationsとは何ですか?
Teespring Sale NotificationsはLukePeerFly.comによって開発されたChromeの拡張機能で、その主な機能は「Get an alert whenever you sell a shirt on Teespring!」です。
拡張機能のスクリーンショット
Teespring Sale Notifications拡張機能のCRXファイルをダウンロード
Teespring Sale Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Selling shirts on Teespring? Get an alert whenever you sell a shirt! Add your campaigns and get desktop notifications whenever any of your campaigns generate a sale. Learn more at: http://fptraffic.com/teespring-extension/ * This extension is not endorsed or affiliated with Teespring.com.
拡張機能の基本情報
名前 | Teespring Sale Notifications |
ID | gjfiefifpboefgdokcejdbpegkjcgjkd |
公式URL | https://chromewebstore.google.com/detail/teespring-sale-notificati/gjfiefifpboefgdokcejdbpegkjcgjkd |
説明 | Get an alert whenever you sell a shirt on Teespring! |
ファイルサイズ | 72.18 KB |
インストール数 | 252 |
現在のバージョン | 3.0 |
最終更新日 | 2014-02-28 |
公開日 | 2014-02-28 |
評価 | 2.67/5 合計 6 レビュー |
開発者 | LukePeerFly.com |
支払い方法 | free |
拡張機能のウェブサイト | http://fptraffic.com/teespring-extension/ |
ヘルプページのURL | http://fptraffic.com/contact/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teespring Sale Notifications", "version": "3.0", "manifest_version": 2, "description": "Get an alert whenever you sell a shirt on Teespring!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "http:\/\/teespring.com\/" ], "background": { "page": "background.html" } } |