Postcashback
Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
Postcashbackとは何ですか?
Postcashbackはdevlessformeによって開発されたChromeの拡張機能で、その主な機能は「Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.」です。
拡張機能のスクリーンショット
Postcashback拡張機能のCRXファイルをダウンロード
Postcashback拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online                     拡張機能の基本情報
| 名前 |   |  
| ID | knimahbenfiaggimliedochcldnoamhk | 
| 公式URL | https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk | 
| 説明 | Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away. | 
| ファイルサイズ | 856 KB | 
| インストール数 | 304 | 
| 現在のバージョン | 3.3.1 | 
| 最終更新日 | 2020-06-08 | 
| 公開日 | 2020-06-06 | 
| 評価 | 1.00/5 合計 1 レビュー | 
| 開発者 | devlessforme | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://www.postcashback.co.il/ | 
| ヘルプページのURL | https://www.postcashback.co.il/faq | 
| プライバシーポリシーページのURL | https://www.lessforme.com/privacy | 
| 対応言語 | en,ru,iw,ar | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Postcashback Button",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.",
    "homepage_url": "http:\/\/www.postcashback.co.il",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Postcashback",
    "permissions": [
        "tabs",
        "webNavigation",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "www.postcashback.co.il\/*",
        "img\/*"
    ],
    "version": "3.3.1"
}  |  |