Cut Bee | FERRAY CORPORATION

ウェブサイトの情報をのきねこに送信。Copyright 2021 FERRAY CORPORATION. All rights reserved.

What is Cut Bee | FERRAY CORPORATION?

Cut Bee | FERRAY CORPORATION is a Chrome extension developed by FERRAY CORPORATION, and its main feature is "ウェブサイトの情報をのきねこに送信。Copyright 2021 FERRAY CORPORATION. All rights reserved.".

Extension Screenshots

Download Cut Bee | FERRAY CORPORATION Extension CRX File

Download Cut Bee | FERRAY CORPORATION extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ウェブサイト上にある不動産物件情報が記載されたHTMLを収集する。不動産物件情報が複数ページにまたがる場合も、自動でページを遷移し、その物件が持つほとんどの情報を収集することができる。バージョン3は新レインズに対応。(ファーレイ株式会社)                    

Extension Basic Information

Name Cut Bee | FERRAY CORPORATION Cut Bee | FERRAY CORPORATION
ID hkochkocinhdpdgbemopkohmbhioeafn
Official URL https://chromewebstore.google.com/detail/cut-bee-ferray-corporatio/hkochkocinhdpdgbemopkohmbhioeafn
Description ウェブサイトの情報をのきねこに送信。Copyright 2021 FERRAY CORPORATION. All rights reserved.
File Size 68.1 KB
Installation Count 318
Current Version 5.0.1
Last Updated 2023-05-29
Publish Date 2020-08-21
Rating 5.00/5 Total 11 Ratings
Developer FERRAY CORPORATION
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cut Bee | FERRAY CORPORATION",
    "version": "5.0.1",
    "manifest_version": 2,
    "description": "\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u60c5\u5831\u3092\u306e\u304d\u306d\u3053\u306b\u9001\u4fe1\u3002Copyright 2021 FERRAY CORPORATION. All rights reserved.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon\/cutbee_icon.png",
        "default_title": "CUT BEE - FERRAY CORPORATION"
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "icon\/cutbee_icon_16.png",
        "48": "icon\/cutbee_icon_48.png",
        "128": "icon\/cutbee_icon_128.png"
    }
}