https://github.com/chuongmep/acc-urn-extension
Simple extension to snoop detail url Autodesk Construction Cloud
https://github.com/chuongmep/acc-urn-extension
acc aps autodesk autodesk-forge bim-360 extension forge
Last synced: 7 months ago
JSON representation
Simple extension to snoop detail url Autodesk Construction Cloud
- Host: GitHub
- URL: https://github.com/chuongmep/acc-urn-extension
- Owner: chuongmep
- License: mit
- Created: 2024-04-01T08:05:08.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-12-11T06:26:43.000Z (10 months ago)
- Last Synced: 2025-03-14T03:01:34.679Z (7 months ago)
- Topics: acc, aps, autodesk, autodesk-forge, bim-360, extension, forge
- Language: JavaScript
- Homepage: https://chuongmep.com/posts/2024-04-02-APS-ACC-URN.html#change-log
- Size: 3.11 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## APS ACC URL Details

This is a simple extension allows you to get the APS ACC URL details include:
- Project Id : A Project in Autodesk Forge is a specific workspace within a Hub. It's where the actual design and construction data is stored. Each project contains folders, items, and versions. The project id is unique for each project within a hub.
- Folder Urn : The folder urn is the unique identifier for a folder in a project. It is used to identify the folder in the project.
- Item Id : The entity id is the unique identifier for an entity in a folder. It is used to identify the entity/item in the folder.
- Version Id : The version id is the unique identifier for a version of an item. It is used to identify the version of the item in the folder.
- Model View Id : The model view id is the unique identifier for a model view in a folder. It is used to identify the model view in the folder.## Installation
- Chrome / Edge: Install From [Chrome Store](https://chromewebstore.google.com/detail/url-details-acc-extension/jjjpiegllaokfphbppbfenphdfmdhbjc)
- Firefox Install From [Firefox Store](https://addons.mozilla.org/en-US/firefox/addon/url-details-acc/)
## Development
### Firefox
- Manual Install :
- Clone the repository
- Open `about:debugging#/runtime/this-firefox`
- Click on `Load Temporary Add-on...`
- Select the `manifest.json` file from the cloned repository
- The extension will be installed and you can see the icon in the toolbar
- Open ACC Project and click on the icon to get the URL details- Addon Online Store : [URL Details](https://addons.mozilla.org/en-US/firefox/addon/url-details-acc/)
### Chrome / Edge
- Manual Install :
- Clone the repository
- Open `chrome://extensions/`
- Click on `Load unpacked`
- Select the cloned repository
- The extension will be installed and you can see the icon in the toolbar
- Restart the browser
- Open ACC Project and click on the icon to get the URL details- Addon Online Store : [URL Details](...)
## Documentation
- [Firefox Developer](https://addons.mozilla.org/en-US/developers/addon/url-details-acc/edit)
- [Chrome Developer](https://chrome.google.com/webstore/devconsole/)
- [Edge Developer](https://partner.microsoft.com/en-us/dashboard/microsoftedge/overview)