Fiverr Messanger

A messagining app for fiverr to pitch sellers and buyers

Fiverr Messangerとは何ですか?

Fiverr MessangerはWebs-Automationによって開発されたChromeの拡張機能で、その主な機能は「A messagining app for fiverr to pitch sellers and buyers」です。

拡張機能のスクリーンショット

screenshot

Fiverr Messanger拡張機能のCRXファイルをダウンロード

Fiverr Messanger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It's a pitching tool to contact fiver users as sellers and send them messages automatically. It can search searching for a specific category and pass your message to their inbox whether the seller's are online or offline.                    

拡張機能の基本情報

名前 Fiverr Messanger Fiverr Messanger
ID gchfhbbnggokgehifdppoephbmhenaba
公式URL https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba
説明 A messagining app for fiverr to pitch sellers and buyers
ファイルサイズ 68.82 KB
インストール数 40
現在のバージョン 0.6
最終更新日 2023-02-23
公開日 2023-02-10
開発者 Webs-Automation
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://eapplier.com
ヘルプページのURL http://eapplier.com/contact-us
プライバシーポリシーページのURL https://www.eapplier.com/policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fiverr Messanger",
    "version": "0.6",
    "description": "A messagining app for fiverr to pitch sellers and buyers",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}