Cut Bee | FERRAY CORPORATION

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

O que é Cut Bee | FERRAY CORPORATION?

Cut Bee | FERRAY CORPORATION é uma extensão do Chrome desenvolvida por FERRAY CORPORATION, e sua principal característica é "ウェブサイトの情報をのきねこに送信。Copyright 2021 FERRAY CORPORATION. All rights reserved.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Cut Bee | FERRAY CORPORATION

Baixe arquivos de extensão Cut Bee | FERRAY CORPORATION no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Cut Bee | FERRAY CORPORATION Cut Bee | FERRAY CORPORATION
ID hkochkocinhdpdgbemopkohmbhioeafn
URL Oficial https://chromewebstore.google.com/detail/cut-bee-ferray-corporatio/hkochkocinhdpdgbemopkohmbhioeafn
Descrição ウェブサイトの情報をのきねこに送信。Copyright 2021 FERRAY CORPORATION. All rights reserved.
Tamanho do Arquivo 68.1 KB
Contagem de Instalações 318
Versão Atual 5.0.1
Última Atualização 2023-05-29
Data de Publicação 2020-08-21
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor FERRAY CORPORATION
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}